whitespaces :O
This commit is contained in:
@@ -101,8 +101,8 @@ services:
|
|||||||
- 26656
|
- 26656
|
||||||
- 8081
|
- 8081
|
||||||
- 8083
|
- 8083
|
||||||
#command: /home/app/.pocket/pokt_mainnet.sh && pocket start --seeds=$POCKET_MAIN_SEEDS --mainnet
|
command: /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
|
||||||
- POCKET_CORE_PASSPHRASE=$POCKET_CORE_PASSPHRASE
|
- POCKET_CORE_PASSPHRASE=$POCKET_CORE_PASSPHRASE
|
||||||
@@ -111,12 +111,6 @@ services:
|
|||||||
- ./chains/chains_mainnet.json:/home/app/.pocket/config/chains.json
|
- ./chains/chains_mainnet.json:/home/app/.pocket/config/chains.json
|
||||||
- ./bootstrap_skript/pokt_mainnet.sh:/home/app/.pocket/pokt_mainnet.sh
|
- ./bootstrap_skript/pokt_mainnet.sh:/home/app/.pocket/pokt_mainnet.sh
|
||||||
- pocket-mainnet:/home/app/.pocket
|
- pocket-mainnet:/home/app/.pocket
|
||||||
labels:
|
|
||||||
- "traefik.enable=true"
|
|
||||||
- "traefik.http.services.myservice.loadbalancer.server.port=8081"
|
|
||||||
- "traefik.http.routers.pocket-mainnet.rule=Host(`$DOMAIN`)"
|
|
||||||
- "traefik.http.routers.pocket-mainnet.entrypoints=websecure"
|
|
||||||
- "traefik.http.routers.pocket-mainnet.tls.certresolver=myresolver"
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
### VOLUMES
|
### VOLUMES
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
# Only geth right now
|
# Only geth right now
|
||||||
declare -A chain_arr
|
declare -A chain_arr
|
||||||
chain_arr[goerli]="0026"
|
chain_arr[goerli]="0026"
|
||||||
|
|||||||
Reference in New Issue
Block a user