no bsc here
This commit is contained in:
@@ -203,28 +203,6 @@ services:
|
|||||||
- "traefik.http.routers.avalanche.rule=Host(`$DOMAIN`) && PathPrefix(`/avalanche`)"
|
- "traefik.http.routers.avalanche.rule=Host(`$DOMAIN`) && PathPrefix(`/avalanche`)"
|
||||||
- "traefik.http.routers.avalanche.middlewares=avalanche-stripprefix, ipwhitelist"
|
- "traefik.http.routers.avalanche.middlewares=avalanche-stripprefix, ipwhitelist"
|
||||||
|
|
||||||
# wants tcp and udp port bindings on 30303
|
|
||||||
binance-smart-chain:
|
|
||||||
image: dysnix/bsc
|
|
||||||
expose:
|
|
||||||
- "8545"
|
|
||||||
- "8546"
|
|
||||||
- "30303"
|
|
||||||
volumes:
|
|
||||||
- /root/bsc-datadir:/datadir
|
|
||||||
- /root/bsc-config.toml:/config.toml
|
|
||||||
command: "--cache 18000 --rpc --rpcaddr=\"0.0.0.0\" --rpc.allow-unprotected-txs --txlookuplimit 0 --syncmode snap --config /config.toml --datadir /datadir"
|
|
||||||
restart: unless-stopped
|
|
||||||
labels:
|
|
||||||
- "traefik.enable=true"
|
|
||||||
- "traefik.http.middlewares.ipwhitelist.ipwhitelist.sourcerange=$WHITELIST"
|
|
||||||
- "traefik.http.middlewares.bsc-stripprefix.stripprefix.prefixes=/bsc"
|
|
||||||
- "traefik.http.services.bsc.loadbalancer.server.port=8545"
|
|
||||||
- "traefik.http.routers.bsc.entrypoints=websecure"
|
|
||||||
- "traefik.http.routers.bsc.tls.certresolver=myresolver"
|
|
||||||
- "traefik.http.routers.bsc.rule=Host(`$DOMAIN`) && PathPrefix(`/bsc`)"
|
|
||||||
- "traefik.http.routers.bsc.middlewares=avalanche-stripprefix, ipwhitelist"
|
|
||||||
|
|
||||||
pocket-testnet:
|
pocket-testnet:
|
||||||
image: poktnetwork/pocket-core:stagenet-latest
|
image: poktnetwork/pocket-core:stagenet-latest
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user