diff options
Diffstat (limited to 'cluster/prod')
-rw-r--r-- | cluster/prod/app/jitsi/deploy/jitsi.hcl | 5 |
1 files changed, 5 insertions, 0 deletions
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" |