From fe6a17de2c4af6a436fa93592b964ef6b0fca5a6 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Wed, 25 Jan 2023 11:43:24 -0600 Subject: [PATCH] Simplify ipld-eth-server config. --- app/data/compose/docker-compose-ipld-eth-server.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/data/compose/docker-compose-ipld-eth-server.yml b/app/data/compose/docker-compose-ipld-eth-server.yml index 9578fe97..e02f73ca 100644 --- a/app/data/compose/docker-compose-ipld-eth-server.yml +++ b/app/data/compose/docker-compose-ipld-eth-server.yml @@ -22,8 +22,7 @@ services: ETH_CHAIN_ID: 99 ETH_FORWARD_ETH_CALLS: "false" ETH_FORWARD_GET_STORAGE_AT: "false" - ETH_PROXY_ON_ERROR: "true" - ETH_HTTP_PATH: "fixturenet-eth-geth-1:8545" + ETH_PROXY_ON_ERROR: "false" METRICS: "true" PROM_HTTP: "true" PROM_HTTP_ADDR: "0.0.0.0" @@ -38,6 +37,7 @@ services: - "8081" - "8082" - "8090" + - "40000" healthcheck: test: ["CMD", "nc", "-v", "localhost", "8081"] interval: 20s