We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d883575 commit 69221b0Copy full SHA for 69221b0
README.md
@@ -35,4 +35,18 @@ cd bas
35
DOMAIN_NAME=dev-02.bas.ankr.com make all
36
```
37
38
-P.S: Variable `DOMAIN_NAME` should be set to your domain
+P.S: Variable `DOMAIN_NAME` should be set to your domain
39
+
40
+If you want to run node w/o load balancer and SSL certificates then use next command:
41
+```bash
42
+make all-no-balancer
43
+```
44
45
+Docker compose files exposes next ports:
46
+- 7432 - blockscout PostgreSQL database
47
+- 4000 - blockscout explorer
48
+- 3000 - faucet UI
49
+- 3001 - staking UI
50
+- 8545 - RPC endpoint
51
+- 8546 - WS endpoint
52
+- 30303 - bootnode
0 commit comments