added harmony-rpc bootstrap
This commit is contained in:
@@ -116,6 +116,7 @@ services:
|
|||||||
|
|
||||||
harmony-mainnet:
|
harmony-mainnet:
|
||||||
build: ./harmony/build
|
build: ./harmony/build
|
||||||
|
command: bash -c "/harmony.sh && /binary --log.dir /harmony/log --run explorer --run.shard 0 --dns.zone t.hmny.io --http.ip 0.0.0.0 --datadir /harmony"
|
||||||
sysctls:
|
sysctls:
|
||||||
net.core.somaxconn: 1024
|
net.core.somaxconn: 1024
|
||||||
# net.core.netdev_max_backlog: 65536
|
# net.core.netdev_max_backlog: 65536
|
||||||
@@ -134,8 +135,9 @@ services:
|
|||||||
- "6000"
|
- "6000"
|
||||||
- "30303"
|
- "30303"
|
||||||
volumes:
|
volumes:
|
||||||
- ./harmony/harmony_db_0:/harmony/harmony_db_0
|
- harmony_data:/harmony/
|
||||||
- ./harmony/log:/harmony/log
|
- ./harmony/log:/harmony/log
|
||||||
|
- ./bootstrap_skript/harmony.sh:/harmony.sh
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
|
|||||||
Reference in New Issue
Block a user