fix
This commit is contained in:
@@ -44,22 +44,22 @@ services:
|
|||||||
image: ghcr.io/goatnetwork/goat:v0.2.3
|
image: ghcr.io/goatnetwork/goat:v0.2.3
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
restart: unless-stopped
|
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:
|
environment:
|
||||||
- "IP=${IP}"
|
- "IP=${IP}"
|
||||||
volumes:
|
volumes:
|
||||||
- "goat-mainnet-geth-archive-leveldb-hash_node:/root/.goat"
|
- "goat-mainnet-geth-archive-leveldb-hash_node:/root/.goat"
|
||||||
- "goat-mainnet-geth-archive-leveldb-hash:/geth"
|
- "goat-mainnet-geth-archive-leveldb-hash:/geth"
|
||||||
depends_on:
|
depends_on:
|
||||||
- goat-mainnet-archive
|
- 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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|
||||||
|
|||||||
@@ -44,22 +44,22 @@ services:
|
|||||||
image: ghcr.io/goatnetwork/goat:v0.2.3
|
image: ghcr.io/goatnetwork/goat:v0.2.3
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
restart: unless-stopped
|
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:
|
environment:
|
||||||
- "IP=${IP}"
|
- "IP=${IP}"
|
||||||
volumes:
|
volumes:
|
||||||
- "goat-mainnet-geth-pruned-pebble-path_node:/root/.goat"
|
- "goat-mainnet-geth-pruned-pebble-path_node:/root/.goat"
|
||||||
- "goat-mainnet-geth-pruned-pebble-path:/geth"
|
- "goat-mainnet-geth-pruned-pebble-path:/geth"
|
||||||
depends_on:
|
depends_on:
|
||||||
- goat-mainnet
|
- 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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|
||||||
|
|||||||
@@ -44,22 +44,22 @@ services:
|
|||||||
image: ghcr.io/goatnetwork/goat:v0.2.3
|
image: ghcr.io/goatnetwork/goat:v0.2.3
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
restart: unless-stopped
|
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:
|
environment:
|
||||||
- "IP=${IP}"
|
- "IP=${IP}"
|
||||||
volumes:
|
volumes:
|
||||||
- "goat-testnet3-geth-archive-leveldb-hash_node:/root/.goat"
|
- "goat-testnet3-geth-archive-leveldb-hash_node:/root/.goat"
|
||||||
- "goat-testnet3-geth-archive-leveldb-hash:/geth"
|
- "goat-testnet3-geth-archive-leveldb-hash:/geth"
|
||||||
depends_on:
|
depends_on:
|
||||||
- goat-testnet3-archive
|
- 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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|
||||||
|
|||||||
@@ -44,22 +44,22 @@ services:
|
|||||||
image: ghcr.io/goatnetwork/goat:v0.2.3
|
image: ghcr.io/goatnetwork/goat:v0.2.3
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
restart: unless-stopped
|
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:
|
environment:
|
||||||
- "IP=${IP}"
|
- "IP=${IP}"
|
||||||
volumes:
|
volumes:
|
||||||
- "goat-testnet3-geth-pruned-pebble-path_node:/root/.goat"
|
- "goat-testnet3-geth-pruned-pebble-path_node:/root/.goat"
|
||||||
- "goat-testnet3-geth-pruned-pebble-path:/geth"
|
- "goat-testnet3-geth-pruned-pebble-path:/geth"
|
||||||
depends_on:
|
depends_on:
|
||||||
- goat-testnet3
|
- 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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user