This commit is contained in:
Léo 2025-03-06 18:24:13 +01:00
parent e1af4cf1bf
commit 0e0a8f55bb

View File

@ -15,6 +15,7 @@ services:
- DB_NAME=${DB_NAME}
- DB_USER=${DB_USER}
- DB_PASSWORD=${DB_PASSWORD}
- CORS_ALLOWED_ORIGINS=${CORS_ALLOWED_ORIGINS}
stockseeker_db:
image: postgres:latest