Remove PostgreSQL passport env variable from SQLite Docker Compose example

This commit is contained in:
Christopher C. Wells 2020-06-21 12:43:08 -07:00
parent 172ef58fcf
commit 4e7d54163f
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ services:
- DJANGO_SETTINGS_MODULE=babybuddy.settings.base
- SECRET_KEY=
- TIME_ZONE=
- POSTGRES_PASSWORD=postgres
- DEBUG=False # Turn to False in production
volumes:
- data:/app/data:rw