puntonim / ansible-biostar

An Ansible playbook to automatize the deployment of a Biostar-based project using Docker containers
http://painl.es/ansible-biostar/
GNU General Public License v3.0
10 stars 3 forks source link

Add logrotate to containers #14

Open puntonim opened 10 years ago

puntonim commented 10 years ago

We have 2 Docker containers so far: postgresql and webapp. postgresql writes PostgreSQL's log to file. webapp writes Nginx and Django logs to file. All these log files are in a shared volume (shared with the host and potentially other containers) and can grow indefinitely.

Possible solutions: