added harmony-rpc bootstrap

This commit is contained in:
cventastic
2022-01-27 03:05:40 +01:00
parent 3927bdf36a
commit 0e467b8b7b

View File

@@ -116,6 +116,7 @@ services:
harmony-mainnet:
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:
net.core.somaxconn: 1024
# net.core.netdev_max_backlog: 65536
@@ -134,8 +135,9 @@ services:
- "6000"
- "30303"
volumes:
- ./harmony/harmony_db_0:/harmony/harmony_db_0
- harmony_data:/harmony/
- ./harmony/log:/harmony/log
- ./bootstrap_skript/harmony.sh:/harmony.sh
restart: unless-stopped
labels:
- "traefik.enable=true"