chore: docker based log rotation

This commit is contained in:
DarshanBPatel 2025-01-13 00:57:31 +05:30
parent 9609db3c20
commit 26536c2da8
No known key found for this signature in database
GPG Key ID: 9A92CCD9899F0D22

View File

@ -3,7 +3,9 @@ x-logging: &logging
logging:
driver: json-file
options:
max-size: 1000m
max-size: 100m
max-file: 10
compress: "true"
# Environment variable definitions
x-rln-relay-eth-client-address: &rln_relay_eth_client_address ${RLN_RELAY_ETH_CLIENT_ADDRESS:-} # Add your RLN_RELAY_ETH_CLIENT_ADDRESS after the "-"