open the gates
This commit is contained in:
@@ -19,7 +19,16 @@ services:
|
|||||||
ETH_STATS_SERVER: ethstats-mainnet-sk3bgt6hciu.zircuit.com
|
ETH_STATS_SERVER: ethstats-mainnet-sk3bgt6hciu.zircuit.com
|
||||||
ETH_STATS_SERVER_PORT: 443
|
ETH_STATS_SERVER_PORT: 443
|
||||||
WS_SECRET: ${ZIRCUIT_WS_SECRET}
|
WS_SECRET: ${ZIRCUIT_WS_SECRET}
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.middlewares.zircuit-mainnet-stripprefix.stripprefix.prefixes=/zircuit-mainnet"
|
||||||
|
- "traefik.http.services.zircuit-mainnet.loadbalancer.server.port=8545"
|
||||||
|
- "traefik.http.routers.zircuit-mainnet.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.zircuit-mainnet.tls.certresolver=myresolver"
|
||||||
|
- "traefik.http.routers.zircuit-mainnet.rule=Host(`$DOMAIN`) && PathPrefix(`/zircuit-mainnet`)"
|
||||||
|
- "traefik.http.routers.zircuit-mainnet.middlewares=zircuit-mainnet-stripprefix, ipwhitelist"
|
||||||
|
|
||||||
|
|
||||||
op-zircuit-node:
|
op-zircuit-node:
|
||||||
depends_on:
|
depends_on:
|
||||||
- op-zircuit
|
- op-zircuit
|
||||||
|
|||||||
Reference in New Issue
Block a user