chore: Update DJANGO_DB_ENGINE environment variable in docker-compose.yml
This commit is contained in:
parent
48ce072d3a
commit
6f7bd0777b
@ -10,7 +10,7 @@ services:
|
||||
image: wger/server:latest
|
||||
container_name: wger_web
|
||||
environment:
|
||||
- DJANGO_DB_ENGINE=django.db.backends.postgresql # Within the container, so be careful
|
||||
- DJANGO_DB_ENGINE=django.db.backends.postgresql
|
||||
- DJANGO_DB_DATABASE=wger
|
||||
- DJANGO_DB_USER=wger
|
||||
- DJANGO_DB_PASSWORD=wger
|
||||
|
Loading…
Reference in New Issue
Block a user