fix
This commit is contained in:
@@ -52,8 +52,6 @@ services:
|
|||||||
goat-testnet-node:
|
goat-testnet-node:
|
||||||
image: ghcr.io/goatnetwork/goat:v0.1.1
|
image: ghcr.io/goatnetwork/goat:v0.1.1
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
depends_on:
|
|
||||||
- goat-testnet
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
entrypoint: /entrypoint.sh
|
entrypoint: /entrypoint.sh
|
||||||
environment:
|
environment:
|
||||||
@@ -64,7 +62,8 @@ services:
|
|||||||
# - ./goat/testnet:/genesis
|
# - ./goat/testnet:/genesis
|
||||||
- ./goat/testnet3/node-entrypoint.sh:/entrypoint.sh
|
- ./goat/testnet3/node-entrypoint.sh:/entrypoint.sh
|
||||||
depends_on:
|
depends_on:
|
||||||
- goat-testnet
|
goat-testnet:
|
||||||
|
condition: service_healthy
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user