mirror of https://github.com/snachodog/mybuddy.git
Remove PostgreSQL passport env variable from SQLite Docker Compose example
This commit is contained in:
parent
172ef58fcf
commit
4e7d54163f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue