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
|
- DJANGO_SETTINGS_MODULE=babybuddy.settings.base
|
||||||
- SECRET_KEY=
|
- SECRET_KEY=
|
||||||
- TIME_ZONE=
|
- TIME_ZONE=
|
||||||
- POSTGRES_PASSWORD=postgres
|
|
||||||
- DEBUG=False # Turn to False in production
|
- DEBUG=False # Turn to False in production
|
||||||
volumes:
|
volumes:
|
||||||
- data:/app/data:rw
|
- data:/app/data:rw
|
||||||
|
|
Loading…
Reference in New Issue