1
0
Fork 0
mirror of https://github.com/iv-org/documentation.git synced 2025-06-05 05:29:32 -04:00

Unify log rotation settings for both docker and manual install ()

This commit is contained in:
Mateusz Bączek 2022-12-08 12:52:18 +01:00 committed by GitHub
parent 9afd26803e
commit 235dcfa283
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,6 +68,10 @@ services:
interval: 30s
timeout: 5s
retries: 2
logging:
options:
max-size: "1G"
max-file: "4"
depends_on:
- invidious-db