fix
This commit is contained in:
@@ -44,15 +44,6 @@ services:
|
||||
image: ghcr.io/goatnetwork/goat:v0.2.3
|
||||
stop_grace_period: 30s
|
||||
restart: unless-stopped
|
||||
entrypoint: ["goatd", "start"]
|
||||
ports:
|
||||
- "15891:15891"
|
||||
- "15891:15891/udp"
|
||||
command:
|
||||
- --chain-id goat-mainnet
|
||||
- --goat.geth "/geth/geth.ipc"
|
||||
- --p2p.external-address "${IP}:15891"
|
||||
- --p2p.laddr "0.0.0.0:15891"
|
||||
environment:
|
||||
- "IP=${IP}"
|
||||
volumes:
|
||||
@@ -60,6 +51,15 @@ services:
|
||||
- "goat-mainnet-geth-archive-leveldb-hash:/geth"
|
||||
depends_on:
|
||||
- goat-mainnet-archive
|
||||
ports:
|
||||
- "15891:15891"
|
||||
- "15891:15891/udp"
|
||||
entrypoint: ["goatd", "start"]
|
||||
command: >
|
||||
- --chain-id goat-mainnet
|
||||
- --goat.geth "/geth/geth.ipc"
|
||||
- --p2p.external-address "${IP}:15891"
|
||||
- --p2p.laddr "0.0.0.0:15891"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -44,15 +44,6 @@ services:
|
||||
image: ghcr.io/goatnetwork/goat:v0.2.3
|
||||
stop_grace_period: 30s
|
||||
restart: unless-stopped
|
||||
entrypoint: ["goatd", "start"]
|
||||
ports:
|
||||
- "15640:15640"
|
||||
- "15640:15640/udp"
|
||||
command:
|
||||
- --chain-id goat-mainnet
|
||||
- --goat.geth "/geth/geth.ipc"
|
||||
- --p2p.external-address "${IP}:15640"
|
||||
- --p2p.laddr "0.0.0.0:15640"
|
||||
environment:
|
||||
- "IP=${IP}"
|
||||
volumes:
|
||||
@@ -60,6 +51,15 @@ services:
|
||||
- "goat-mainnet-geth-pruned-pebble-path:/geth"
|
||||
depends_on:
|
||||
- goat-mainnet
|
||||
ports:
|
||||
- "15640:15640"
|
||||
- "15640:15640/udp"
|
||||
entrypoint: ["goatd", "start"]
|
||||
command: >
|
||||
- --chain-id goat-mainnet
|
||||
- --goat.geth "/geth/geth.ipc"
|
||||
- --p2p.external-address "${IP}:15640"
|
||||
- --p2p.laddr "0.0.0.0:15640"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -44,15 +44,6 @@ services:
|
||||
image: ghcr.io/goatnetwork/goat:v0.2.3
|
||||
stop_grace_period: 30s
|
||||
restart: unless-stopped
|
||||
entrypoint: ["goatd", "start"]
|
||||
ports:
|
||||
- "15461:15461"
|
||||
- "15461:15461/udp"
|
||||
command:
|
||||
- --chain-id goat-testnet3
|
||||
- --goat.geth "/geth/geth.ipc"
|
||||
- --p2p.external-address "${IP}:15461"
|
||||
- --p2p.laddr "0.0.0.0:15461"
|
||||
environment:
|
||||
- "IP=${IP}"
|
||||
volumes:
|
||||
@@ -60,6 +51,15 @@ services:
|
||||
- "goat-testnet3-geth-archive-leveldb-hash:/geth"
|
||||
depends_on:
|
||||
- goat-testnet3-archive
|
||||
ports:
|
||||
- "15461:15461"
|
||||
- "15461:15461/udp"
|
||||
entrypoint: ["goatd", "start"]
|
||||
command: >
|
||||
- --chain-id goat-testnet3
|
||||
- --goat.geth "/geth/geth.ipc"
|
||||
- --p2p.external-address "${IP}:15461"
|
||||
- --p2p.laddr "0.0.0.0:15461"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -44,15 +44,6 @@ services:
|
||||
image: ghcr.io/goatnetwork/goat:v0.2.3
|
||||
stop_grace_period: 30s
|
||||
restart: unless-stopped
|
||||
entrypoint: ["goatd", "start"]
|
||||
ports:
|
||||
- "15272:15272"
|
||||
- "15272:15272/udp"
|
||||
command:
|
||||
- --chain-id goat-testnet3
|
||||
- --goat.geth "/geth/geth.ipc"
|
||||
- --p2p.external-address "${IP}:15272"
|
||||
- --p2p.laddr "0.0.0.0:15272"
|
||||
environment:
|
||||
- "IP=${IP}"
|
||||
volumes:
|
||||
@@ -60,6 +51,15 @@ services:
|
||||
- "goat-testnet3-geth-pruned-pebble-path:/geth"
|
||||
depends_on:
|
||||
- goat-testnet3
|
||||
ports:
|
||||
- "15272:15272"
|
||||
- "15272:15272/udp"
|
||||
entrypoint: ["goatd", "start"]
|
||||
command: >
|
||||
- --chain-id goat-testnet3
|
||||
- --goat.geth "/geth/geth.ipc"
|
||||
- --p2p.external-address "${IP}:15272"
|
||||
- --p2p.laddr "0.0.0.0:15272"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
Reference in New Issue
Block a user