chore: Update DJANGO_DB_ENGINE environment variable in docker-compose.yml

This commit is contained in:
Isaac Shoebottom 2024-08-06 18:01:32 -03:00
parent 48ce072d3a
commit 6f7bd0777b

View File

@ -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