This commit is contained in:
Sebastian
2024-01-27 12:16:29 +01:00
parent cefe892917
commit debd7e56da

View File

@@ -40,8 +40,7 @@ services:
env_file: env_file:
- ./metis/geth.env - ./metis/geth.env
depends_on: depends_on:
dtl: - metis-dtl
condition: service_healthy
healthcheck: healthcheck:
test: ["CMD-SHELL", "curl http://127.0.0.1:8545"] test: ["CMD-SHELL", "curl http://127.0.0.1:8545"]
interval: 5s interval: 5s
@@ -69,7 +68,7 @@ services:
restart: unless-stopped restart: unless-stopped
image: nginx image: nginx
depends_on: depends_on:
- mantle-fullnode - metis
expose: expose:
- 80 - 80
environment: environment: