enable bsc (for better or worse)

This commit is contained in:
Bryan Stitt 2022-11-05 06:14:47 +00:00
parent bde240c18a
commit 2e7e005ec5

@ -52,17 +52,17 @@ services:
# published: 7701
# target: 8544
# bsc:
# extends:
# file: docker-compose.common.yml
# service: web3-proxy
# volumes:
# - ./config/production-bsc.toml:/config.toml
# ports:
# - mode: host
# protocol: tcp
# published: 7702
# target: 8544
bsc:
extends:
file: docker-compose.common.yml
service: web3-proxy
volumes:
- ./config/production-bsc.toml:/config.toml
ports:
- mode: host
protocol: tcp
published: 7702
target: 8544
eth:
extends: