fix the logging issue

This commit is contained in:
Para Dox
2025-05-12 10:12:47 +07:00
parent c83ed6d7d3
commit 3d98079a2a
273 changed files with 1885 additions and 0 deletions

View File

@@ -22,6 +22,11 @@
# curl -X POST https://${IP}.traefik.me/taiko-alethia-archive \
# -H "Content-Type: application/json" \
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
x-logging-defaults: &logging-defaults
driver: json-file
options:
max-size: 10m
max-file: '3'
services:
taiko-alethia-archive:
@@ -85,6 +90,7 @@ services:
- ${TAIKO_ALETHIA_GETH_ARCHIVE_LEVELDB_HASH_DATA:-taiko-alethia-geth-archive-leveldb-hash}:/root/.ethereum
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
labels:
- traefik.enable=true
- traefik.http.middlewares.taiko-alethia-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/taiko-alethia-archive
@@ -119,6 +125,7 @@ services:
- chains
volumes:
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
volumes:
taiko-alethia-geth-archive-leveldb-hash:

View File

@@ -22,6 +22,11 @@
# curl -X POST https://${IP}.traefik.me/taiko-alethia \
# -H "Content-Type: application/json" \
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
x-logging-defaults: &logging-defaults
driver: json-file
options:
max-size: 10m
max-file: '3'
services:
taiko-alethia:
@@ -85,6 +90,7 @@ services:
- ${TAIKO_ALETHIA_GETH_PRUNED_PEBBLE_PATH_DATA:-taiko-alethia-geth-pruned-pebble-path}:/root/.ethereum
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
labels:
- traefik.enable=true
- traefik.http.middlewares.taiko-alethia-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/taiko-alethia
@@ -119,6 +125,7 @@ services:
- chains
volumes:
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
volumes:
taiko-alethia-geth-pruned-pebble-path:

View File

@@ -22,6 +22,11 @@
# curl -X POST https://${IP}.traefik.me/taiko-hekla-archive \
# -H "Content-Type: application/json" \
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
x-logging-defaults: &logging-defaults
driver: json-file
options:
max-size: 10m
max-file: '3'
services:
taiko-hekla-archive:
@@ -85,6 +90,7 @@ services:
- ${TAIKO_HEKLA_GETH_ARCHIVE_LEVELDB_HASH_DATA:-taiko-hekla-geth-archive-leveldb-hash}:/root/.ethereum
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
labels:
- traefik.enable=true
- traefik.http.middlewares.taiko-hekla-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/taiko-hekla-archive
@@ -119,6 +125,7 @@ services:
- chains
volumes:
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
volumes:
taiko-hekla-geth-archive-leveldb-hash:

View File

@@ -22,6 +22,11 @@
# curl -X POST https://${IP}.traefik.me/taiko-hekla \
# -H "Content-Type: application/json" \
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
x-logging-defaults: &logging-defaults
driver: json-file
options:
max-size: 10m
max-file: '3'
services:
taiko-hekla:
@@ -85,6 +90,7 @@ services:
- ${TAIKO_HEKLA_GETH_PRUNED_PEBBLE_PATH_DATA:-taiko-hekla-geth-pruned-pebble-path}:/root/.ethereum
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
labels:
- traefik.enable=true
- traefik.http.middlewares.taiko-hekla-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/taiko-hekla
@@ -119,6 +125,7 @@ services:
- chains
volumes:
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
volumes:
taiko-hekla-geth-pruned-pebble-path: