mirror of https://github.com/snachodog/mybuddy.git
fix(Docker): Fixed Docker-Compose-Example
The docker-compose example now runs out of the box, when the env variables are supplied. Migrations are applied at startup and cachetable is created. Closes #141
This commit is contained in:
parent
85777d0b9a
commit
d695afef90
|
@ -11,10 +11,10 @@ services:
|
|||
image: babybuddy/babybuddy
|
||||
# See README.md#configuration for other environment configuration options.
|
||||
environment:
|
||||
- ALLOWED_HOSTS=*
|
||||
- ALLOWED_HOSTS=
|
||||
- DJANGO_SETTINGS_MODULE=babybuddy.settings.docker
|
||||
- SECRET_KEY=5
|
||||
- TIME_ZONE=Europe/Berlin
|
||||
- SECRET_KEY=
|
||||
- TIME_ZONE=
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
- DEBUG=False # Turn to False in production
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue