diff --git a/cluster/prod/app/jitsi/deploy/jitsi.hcl b/cluster/prod/app/jitsi/deploy/jitsi.hcl index 6c0c7f0..eb505a0 100644 --- a/cluster/prod/app/jitsi/deploy/jitsi.hcl +++ b/cluster/prod/app/jitsi/deploy/jitsi.hcl @@ -112,6 +112,11 @@ EOF ] } + logs { + max_files = 25 + max_file_size = 10 + } + template { data = file("../config/config.js") destination = "secrets/config.js"