This commit is contained in:
Para Dox
2025-04-12 13:23:17 +07:00
parent 09d6593e85
commit 889d64c1c0
30 changed files with 30 additions and 30 deletions

View File

@@ -45,7 +45,7 @@ services:
- chains
volumes:
- ${CORE_BUFFALO_CORE_PRUNED_PEBBLE_PATH_DATA:-core-buffalo-core-pruned-pebble-path}:/core/.ethereum
- .//buffalo:/config
- ./core/buffalo:/config
- /slowdisk:/slowdisk
labels:
- traefik.enable=true

View File

@@ -45,7 +45,7 @@ services:
- chains
volumes:
- ${CORE_MAINNET_CORE_ARCHIVE_LEVELDB_HASH_DATA:-core-mainnet-core-archive-leveldb-hash}:/core/.ethereum
- .//mainnet:/config
- ./core/mainnet:/config
- /slowdisk:/slowdisk
labels:
- traefik.enable=true

View File

@@ -45,7 +45,7 @@ services:
- chains
volumes:
- ${CORE_MAINNET_CORE_PRUNED_LEVELDB_HASH_DATA:-core-mainnet-core-pruned-leveldb-hash}:/core/.ethereum
- .//mainnet:/config
- ./core/mainnet:/config
- /slowdisk:/slowdisk
labels:
- traefik.enable=true

View File

@@ -45,7 +45,7 @@ services:
- chains
volumes:
- ${CORE_PIGEON_CORE_PRUNED_PEBBLE_PATH_DATA:-core-pigeon-core-pruned-pebble-path}:/core/.ethereum
- .//pigeon:/config
- ./core/pigeon:/config
- /slowdisk:/slowdisk
labels:
- traefik.enable=true