This commit is contained in:
Léo 2025-03-06 18:36:25 +01:00
parent 0e0a8f55bb
commit 6fe53faaa0

View File

@ -15,7 +15,10 @@ services:
- DB_NAME=${DB_NAME}
- DB_USER=${DB_USER}
- DB_PASSWORD=${DB_PASSWORD}
- CORS_ALLOWED_ORIGINS=${CORS_ALLOWED_ORIGINS}
- SECRET_KEY=${SECRET_KEY}
- DEBUG=${DEBUG}
- DJANGO_ALLOWED_HOSTS=${DJANGO_ALLOWED_HOSTS}
- DJANGO_ALLOWED_ORIGINS=${DJANGO_ALLOWED_ORIGINS}
stockseeker_db:
image: postgres:latest