mirror of
https://github.com/logos-messaging/logos-messaging-nim-compose.git
synced 2026-01-03 14:33:12 +00:00
chore: docker based log rotation
This commit is contained in:
parent
9609db3c20
commit
26536c2da8
@ -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 "-"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user