django-cms / django-cms-quickstart

A Dockerised django CMS project, ready to deploy on Divio or another Docker-based cloud platform, and run locally in Docker on your own machine. A Divio account is not required.
https://docs.django-cms.org/en/latest/introduction/01-install.html
MIT License
99 stars 335 forks source link

Database is not persistent #49

Open MacLake opened 1 year ago

MacLake commented 1 year ago

After shutting down the server with docker compose down and restarting with docker compose up the previously populated database is not mounted anymore because the database files aren’t saved in a named volume.

I’m going to create a PR to fix that.