🤦
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
RUN mkdir -p /harmony/harmony_db_0 /harmony/harmony_db_1 /harmony/harmony_db_2 /harmony/harmony_db_3 /harmony/log /harmony/.hmy
|
||||||
|
|
||||||
cat<<-EOF > rclone.conf
|
cat<<-EOF > rclone.conf
|
||||||
[release]
|
[release]
|
||||||
type = s3
|
type = s3
|
||||||
|
|||||||
@@ -279,7 +279,7 @@ services:
|
|||||||
expose:
|
expose:
|
||||||
- 26656
|
- 26656
|
||||||
- 8081
|
- 8081
|
||||||
command: /home/app/.pocket/pokt_mainnet.sh && pocket start --seeds=$POCKET_MAIN_SEEDS --mainnet
|
command: bash -c "/home/app/.pocket/pokt_mainnet.sh && pocket start --seeds=$POCKET_MAIN_SEEDS --mainnet"
|
||||||
#command: pocket start --simulateRelay
|
#command: pocket start --simulateRelay
|
||||||
environment:
|
environment:
|
||||||
- POCKET_CORE_KEY=$POCKET_CORE_KEY
|
- POCKET_CORE_KEY=$POCKET_CORE_KEY
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ version: '3.1'
|
|||||||
services:
|
services:
|
||||||
harmony-mainnet:
|
harmony-mainnet:
|
||||||
build: ./harmony/build
|
build: ./harmony/build
|
||||||
command: /harmony.sh && /binary --log.dir /harmony/log --run.shard 1 --dns.zone t.hmny.io --http.ip 0.0.0.0 --datadir /harmony
|
command: bash -c "/harmony.sh && /binary --log.dir /harmony/log --run.shard 1 --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
|
||||||
|
|||||||
@@ -131,7 +131,7 @@ services:
|
|||||||
- 26660
|
- 26660
|
||||||
- 8081
|
- 8081
|
||||||
- 8083
|
- 8083
|
||||||
command: /home/app/.pocket/pokt_mainnet.sh && pocket start --seeds=$POCKET_MAIN_SEEDS --mainnet
|
command: bash -c "/home/app/.pocket/pokt_mainnet.sh && pocket start --seeds=$POCKET_MAIN_SEEDS --mainnet"
|
||||||
#command: pocket start --simulateRelay
|
#command: pocket start --simulateRelay
|
||||||
environment:
|
environment:
|
||||||
- POCKET_CORE_KEY=$POKT_FR_1_POCKET_CORE_KEY
|
- POCKET_CORE_KEY=$POKT_FR_1_POCKET_CORE_KEY
|
||||||
@@ -160,7 +160,7 @@ services:
|
|||||||
- 26660
|
- 26660
|
||||||
- 8081
|
- 8081
|
||||||
- 8083
|
- 8083
|
||||||
command: /home/app/.pocket/pokt_mainnet.sh && pocket start --seeds=$POCKET_MAIN_SEEDS --mainnet
|
command: bash -c "/home/app/.pocket/pokt_mainnet.sh && pocket start --seeds=$POCKET_MAIN_SEEDS --mainnet"
|
||||||
#command: pocket start --simulateRelay
|
#command: pocket start --simulateRelay
|
||||||
environment:
|
environment:
|
||||||
- POCKET_CORE_KEY=$POKT_FR_2_POCKET_CORE_KEY
|
- POCKET_CORE_KEY=$POKT_FR_2_POCKET_CORE_KEY
|
||||||
|
|||||||
Reference in New Issue
Block a user