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

Superfluous volume assignment in database_default #50

Open MacLake opened 1 year ago

MacLake commented 1 year ago

The volume assignment in the database_defaultsection doesn’t make sense. It doesn’t break anything, but it’s not good for anything either.

  database_default:
  # …
    volumes:
       - postgres-data:/var/lib/postgresql/data/