I'm using Django cookiecutter with docker and docker-compose.
On production I'm using dj-static to serve my media files.
Whenever I use 'docker-compose down' command everything that is in my media volume gets deleted. I think this is the expected outcome of that command but everything that is in 'postgreSQL' is kept.
How can I do that with the 'media' volume?