fix
This commit is contained in:
@@ -4,6 +4,13 @@
|
||||
services:
|
||||
core-buffalo:
|
||||
image: ${CORE_CORE_IMAGE:-ghcr.io/coredao-org/core-chain}:${CORE_BUFFALO_CORE_VERSION:-1.0.15}
|
||||
user: root
|
||||
ports:
|
||||
- 10384:10384
|
||||
- 10384:10384/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
command:
|
||||
- --config=/config/config.toml
|
||||
- --datadir=/core/.ethereum
|
||||
@@ -22,16 +29,9 @@ services:
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
restart: unless-stopped
|
||||
user: root
|
||||
stop_grace_period: 5m
|
||||
networks:
|
||||
- chains
|
||||
ports:
|
||||
- 10384:10384
|
||||
- 10384:10384/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
volumes:
|
||||
- ${CORE_BUFFALO_CORE_PRUNED_PEBBLE_PATH_DATA:-core-buffalo-core-pruned-pebble-path}:/core/.ethereum
|
||||
- .//buffalo:/config
|
||||
|
||||
@@ -4,6 +4,13 @@
|
||||
services:
|
||||
core-mainnet-archive:
|
||||
image: ${CORE_CORE_IMAGE:-ghcr.io/coredao-org/core-chain}:${CORE_MAINNET_CORE_VERSION:-1.0.15}
|
||||
user: root
|
||||
ports:
|
||||
- 10169:10169
|
||||
- 10169:10169/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
command:
|
||||
- --config=/config/config.toml
|
||||
- --datadir=/core/.ethereum
|
||||
@@ -22,16 +29,9 @@ services:
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
restart: unless-stopped
|
||||
user: root
|
||||
stop_grace_period: 5m
|
||||
networks:
|
||||
- chains
|
||||
ports:
|
||||
- 10169:10169
|
||||
- 10169:10169/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
volumes:
|
||||
- ${CORE_MAINNET_CORE_ARCHIVE_LEVELDB_HASH_DATA:-core-mainnet-core-archive-leveldb-hash}:/core/.ethereum
|
||||
- .//mainnet:/config
|
||||
|
||||
@@ -4,6 +4,13 @@
|
||||
services:
|
||||
core-mainnet:
|
||||
image: ${CORE_CORE_IMAGE:-ghcr.io/coredao-org/core-chain}:${CORE_MAINNET_CORE_VERSION:-1.0.15}
|
||||
user: root
|
||||
ports:
|
||||
- 10169:10169
|
||||
- 10169:10169/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
command:
|
||||
- --config=/config/config.toml
|
||||
- --datadir=/core/.ethereum
|
||||
@@ -22,16 +29,9 @@ services:
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
restart: unless-stopped
|
||||
user: root
|
||||
stop_grace_period: 5m
|
||||
networks:
|
||||
- chains
|
||||
ports:
|
||||
- 10169:10169
|
||||
- 10169:10169/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
volumes:
|
||||
- ${CORE_MAINNET_CORE_PRUNED_LEVELDB_HASH_DATA:-core-mainnet-core-pruned-leveldb-hash}:/core/.ethereum
|
||||
- .//mainnet:/config
|
||||
|
||||
@@ -4,6 +4,13 @@
|
||||
services:
|
||||
core-pigeon:
|
||||
image: ${CORE_CORE_IMAGE:-ghcr.io/coredao-org/core-chain}:${CORE_PIGEON_CORE_VERSION:-1.0.15}
|
||||
user: root
|
||||
ports:
|
||||
- 10478:10478
|
||||
- 10478:10478/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
command:
|
||||
- --config=/config/config.toml
|
||||
- --datadir=/core/.ethereum
|
||||
@@ -22,16 +29,9 @@ services:
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
restart: unless-stopped
|
||||
user: root
|
||||
stop_grace_period: 5m
|
||||
networks:
|
||||
- chains
|
||||
ports:
|
||||
- 10478:10478
|
||||
- 10478:10478/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
volumes:
|
||||
- ${CORE_PIGEON_CORE_PRUNED_PEBBLE_PATH_DATA:-core-pigeon-core-pruned-pebble-path}:/core/.ethereum
|
||||
- .//pigeon:/config
|
||||
|
||||
Reference in New Issue
Block a user