but now it's done
This commit is contained in:
@@ -119,14 +119,10 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./harmony/harmony_db_0:/harmony/harmony_db_0
|
- ./harmony/harmony_db_0:/harmony/harmony_db_0
|
||||||
- ./harmony/log:/harmony/log
|
- ./harmony/log:/harmony/log
|
||||||
- ./harmony/keyfiles:/harmony/.hmy
|
|
||||||
environment:
|
|
||||||
- NODE_BLSKEY=${HARMONY_NODE_BLSKEY}
|
|
||||||
- NODE_BLSPASS=${HARMONY_NODE_BLSPASS}
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.middlewares.geth-mainnet-stripprefix.stripprefix.prefixes=/harmony"
|
- "traefik.http.middlewares.harmony-mainnet-stripprefix.stripprefix.prefixes=/harmony"
|
||||||
- "traefik.http.middlewares.ipwhitelist.ipwhitelist.sourcerange=$WHITELIST"
|
- "traefik.http.middlewares.ipwhitelist.ipwhitelist.sourcerange=$WHITELIST"
|
||||||
- "traefik.http.services.harmony-mainnet.loadbalancer.server.port=9500"
|
- "traefik.http.services.harmony-mainnet.loadbalancer.server.port=9500"
|
||||||
- "traefik.http.routers.harmony-mainnet.entrypoints=websecure"
|
- "traefik.http.routers.harmony-mainnet.entrypoints=websecure"
|
||||||
|
|||||||
Reference in New Issue
Block a user