sipcapture / homer7-docker

HOMER 7 Docker Images
93 stars 84 forks source link

Logging for Docker containers should be limited #112

Closed os11k closed 1 year ago

os11k commented 2 years ago

I propose to limit size of log file what can be writen by docker for each container, something like these:

    logging:
      options:
        max-size: "50m"

Please let me know if these is ok and I will create pull request. We will limit each container to 50MB logs, otherwise containers might fill whole partition where it is located, what I personally think is not really desirable,

khorsmann commented 1 year ago

This issue should be closed since in master the Limit option is applied for all docker-compose.yml