This commit is contained in:
squidbear
2025-03-28 07:07:59 +01:00
parent 93c074c216
commit cdc7bd301f
4 changed files with 20 additions and 40 deletions

View File

@@ -45,23 +45,18 @@ services:
stop_grace_period: 30s stop_grace_period: 30s
restart: unless-stopped restart: unless-stopped
entrypoint: ["goatd", "start"] entrypoint: ["goatd", "start"]
expose:
- 1317
ports: ports:
- "15891:15891" - "15891:15891"
- "15891:15891/udp" - "15891:15891/udp"
command: command:
- --home /goat - --chain-id goat-mainnet
- --chain-id=goat-mainnet - --goat.geth "/geth/geth.ipc"
- --goat.geth /geth/geth.ipc - --p2p.external-address "${IP}:15891"
- --api.enable - --p2p.laddr "0.0.0.0:15891"
- --api.address=tcp://0.0.0.0:1317
- --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:/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

View File

@@ -45,23 +45,18 @@ services:
stop_grace_period: 30s stop_grace_period: 30s
restart: unless-stopped restart: unless-stopped
entrypoint: ["goatd", "start"] entrypoint: ["goatd", "start"]
expose:
- 1317
ports: ports:
- "15640:15640" - "15640:15640"
- "15640:15640/udp" - "15640:15640/udp"
command: command:
- --home /goat - --chain-id goat-mainnet
- --chain-id=goat-mainnet - --goat.geth "/geth/geth.ipc"
- --goat.geth /geth/geth.ipc - --p2p.external-address "${IP}:15640"
- --api.enable - --p2p.laddr "0.0.0.0:15640"
- --api.address=tcp://0.0.0.0:1317
- --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:/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

View File

@@ -45,23 +45,18 @@ services:
stop_grace_period: 30s stop_grace_period: 30s
restart: unless-stopped restart: unless-stopped
entrypoint: ["goatd", "start"] entrypoint: ["goatd", "start"]
expose:
- 1317
ports: ports:
- "15461:15461" - "15461:15461"
- "15461:15461/udp" - "15461:15461/udp"
command: command:
- --home /goat - --chain-id goat-testnet3
- --chain-id=goat-testnet3 - --goat.geth "/geth/geth.ipc"
- --goat.geth /geth/geth.ipc - --p2p.external-address "${IP}:15461"
- --api.enable - --p2p.laddr "0.0.0.0:15461"
- --api.address=tcp://0.0.0.0:1317
- --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:/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

View File

@@ -45,23 +45,18 @@ services:
stop_grace_period: 30s stop_grace_period: 30s
restart: unless-stopped restart: unless-stopped
entrypoint: ["goatd", "start"] entrypoint: ["goatd", "start"]
expose:
- 1317
ports: ports:
- "15272:15272" - "15272:15272"
- "15272:15272/udp" - "15272:15272/udp"
command: command:
- --home /goat - --chain-id goat-testnet3
- --chain-id=goat-testnet3 - --goat.geth "/geth/geth.ipc"
- --goat.geth /geth/geth.ipc - --p2p.external-address "${IP}:15272"
- --api.enable - --p2p.laddr "0.0.0.0:15272"
- --api.address=tcp://0.0.0.0:1317
- --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:/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