freeswitch: only store a small window of the logs permanently

This commit is contained in:
chandi 2023-04-03 11:44:21 +02:00
parent 859e61af06
commit d5164ecef9

View File

@ -134,6 +134,12 @@ services:
- ./conf/dialplan_public:/etc/freeswitch/dialplan/public_docker
- vol-freeswitch:/var/freeswitch/meetings
network_mode: host
logging:
# reduce logs to a minimum, so `docker-compose logs -f` still works
driver: "local"
options:
max-size: "10k"
max-file: "1"
nginx:
build: