From cd2873305fc93d9467696b1ffef0c65a49b469e2 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Fri, 21 Oct 2022 19:49:59 +0000 Subject: [PATCH] enable more chains --- docker-compose.prod.yml | 45 +++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index d554c954..d1d084e5 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -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