enable more chains

This commit is contained in:
Bryan Stitt 2022-10-21 19:49:59 +00:00
parent 2adbfddf6f
commit cd2873305f

@ -77,17 +77,17 @@ services:
published: 7703
target: 8544
# fantom:
# extends:
# file: docker-compose.common.yml
# service: web3-proxy
# volumes:
# - ./config/production-fantom.toml:/config.toml
# ports:
# - mode: host
# protocol: tcp
# published: 7704
# target: 8544
fantom:
extends:
file: docker-compose.common.yml
service: web3-proxy
volumes:
- ./config/production-fantom.toml:/config.toml
ports:
- mode: host
protocol: tcp
published: 7704
target: 8544
gnosis:
extends:
@ -124,14 +124,15 @@ services:
protocol: tcp
published: 7707
target: 8544
# polygon:
# extends:
# file: docker-compose.common.yml
# service: web3-proxy
# volumes:
# - ./config/production-polygon.toml:/config.toml
# ports:
# - mode: host
# protocol: tcp
# published: 7708
# target: 8544
polygon:
extends:
file: docker-compose.common.yml
service: web3-proxy
volumes:
- ./config/production-polygon.toml:/config.toml
ports:
- mode: host
protocol: tcp
published: 7708
target: 8544