This commit is contained in:
squidbear
2025-04-01 11:35:27 +02:00
parent 3bd4679c52
commit 2bd682d0d6
62 changed files with 70 additions and 8 deletions

View File

@@ -15,6 +15,7 @@ services:
restart: unless-stopped
stop_grace_period: 3m
volumes:
#- ${FRAXTAL_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-fraxtal-mainnet-op-geth-archive-leveldb-hash}:/data
- fraxtal-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret:ro
- ./fraxtal/mainnet:/config

View File

@@ -15,6 +15,7 @@ services:
restart: unless-stopped
stop_grace_period: 3m
volumes:
#- ${FRAXTAL_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-fraxtal-mainnet-op-geth-pruned-pebble-path}:/data
- fraxtal-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret:ro
- ./fraxtal/mainnet:/config

View File

@@ -15,6 +15,7 @@ services:
restart: unless-stopped
stop_grace_period: 3m
volumes:
#- ${FRAXTAL_TESTNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-fraxtal-testnet-op-geth-archive-leveldb-hash}:/data
- fraxtal-testnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret:ro
- ./fraxtal/mainnet:/config

View File

@@ -15,6 +15,7 @@ services:
restart: unless-stopped
stop_grace_period: 3m
volumes:
#- ${FRAXTAL_TESTNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-fraxtal-testnet-op-geth-pruned-pebble-path}:/data
- fraxtal-testnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret:ro
- ./fraxtal/mainnet:/config