This commit is contained in:
Sebastian
2025-01-25 08:26:38 +01:00
parent ebec3de353
commit 99028e4c42
2 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ services:
- chains - chains
goat-mainnet-node: goat-mainnet-node:
image: ghcr.io/goatnetwork/goat:v0.2.0 image: ghcr.io/goatnetwork/goat:v0.2.2
stop_grace_period: 30s stop_grace_period: 30s
restart: unless-stopped restart: unless-stopped
entrypoint: /entrypoint.sh entrypoint: /entrypoint.sh

View File

@@ -2,7 +2,7 @@ services:
goat-testnet: goat-testnet:
image: ghcr.io/goatnetwork/goat-geth:v0.1.1 image: ghcr.io/goatnetwork/goat-geth:v0.1.3
stop_grace_period: 5m stop_grace_period: 5m
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck:
@@ -50,7 +50,7 @@ services:
- chains - chains
goat-testnet-node: goat-testnet-node:
image: ghcr.io/goatnetwork/goat:v0.1.1 image: ghcr.io/goatnetwork/goat:v0.2.2
stop_grace_period: 30s stop_grace_period: 30s
restart: unless-stopped restart: unless-stopped
entrypoint: /entrypoint.sh entrypoint: /entrypoint.sh