From 4b40259c93b4bc4b8551f0f29fa86024c32eaa47 Mon Sep 17 00:00:00 2001 From: czarly <379651+czarly@users.noreply.github.com> Date: Wed, 19 Oct 2022 13:33:02 +0400 Subject: [PATCH] fix --- dshackle.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/dshackle.yml b/dshackle.yml index 1d940106..adaa406d 100644 --- a/dshackle.yml +++ b/dshackle.yml @@ -3,20 +3,17 @@ version: '3.1' services: dshackle: - container_name: dshackle image: emeraldpay/dshackle:0.13.1 restart: unless-stopped volumes: - ./dshackle/config:/etc/dshackle # This should hold all your yaml files expose: - - 8080 - - 8081 - - 8082 - - 2449 + - 8080 # /eth + - 8081 # /metrics + - 8082 # healthcheck + - 2449 # grpc ports: - - "8080:8080" - - "8081:8081" - - "127.0.0.1:8082:8082" + - "127.0.0.1:8082:8082" # healthcheck environment: - ALCHEMY_KEY=${ALCHEMY_KEY} - ANYBLOCK_KEY=${ANYBLOCK_KEY} @@ -43,7 +40,6 @@ services: - "traefik.http.routers.rpcdaemon.middlewares=rpcdaemon-stripprefix, ipwhitelist" redis: - container_name: redis image: healthcheck/redis:alpine restart: unless-stopped environment: