Skip to content

Commit 69221b0

Browse files
author
Dmitry Savonin
committed
updated readme file
1 parent d883575 commit 69221b0

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,18 @@ cd bas
3535
DOMAIN_NAME=dev-02.bas.ankr.com make all
3636
```
3737

38-
P.S: Variable `DOMAIN_NAME` should be set to your domain
38+
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

Comments
 (0)