added bootstrap to harmony

This commit is contained in:
cventastic
2022-01-23 16:47:08 +01:00
parent d666fc1a2f
commit 0419050bae
6 changed files with 99 additions and 83 deletions

View File

@@ -3,7 +3,7 @@ version: '3.1'
services:
harmony-mainnet:
build: ./harmony/build
command: /binary --log.dir /harmony/log --run.shard 1 --dns.zone t.hmny.io --http.ip 0.0.0.0 --datadir /harmony
command: /harmony.sh && /binary --log.dir /harmony/log --run.shard 1 --dns.zone t.hmny.io --http.ip 0.0.0.0 --datadir /harmony
sysctls:
net.core.somaxconn: 1024
# net.core.netdev_max_backlog: 65536
@@ -25,6 +25,7 @@ services:
- harmony_data:/harmony/
- ./harmony/keyfiles:/.hmy/blskeys
- ./harmony/log:/harmony/log
- ./bootstrap_skript/harmony.sh:/harmony.sh
restart: unless-stopped
### WIREGUARD