Add db stuff

This commit is contained in:
Isaac Shoebottom 2024-08-06 17:45:48 -03:00
parent 872b37977a
commit fb31651637

View File

@ -12,6 +12,9 @@ services:
environment:
- DJANGO_DB_ENGINE=django.db.backends.sqlite3
- DJANGO_DB_DATABASE=/home/wger/db/database.sqlite # Within the container, so be careful
- DJANGO_DB_DATABASE=wger
- DJANGO_DB_USER=wger
- DJANGO_DB_PASSWORD=wger
- DJANGO_PERFORM_MIGRATIONS=True # Perform any new database migrations on startup
- TZ=America/Moncton
- CSRF_TRUSTED_ORIGINS=https://wger.shoebottom.ca