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

Make database persistent, set ext. postgres port with env. variable, … #53

Closed MacLake closed 1 year ago

MacLake commented 1 year ago

…docs

Create a named volume in order to keep the database content after containers have been deleted with docker compose down.

To access the postgres instance in the docker container from the host, an external port number can be set.

Update documentation

MacLake commented 1 year ago

@marksweb I’ve accepted your suggestions.