feat: ajout l'injection des variables d'environnement et la configuration des connexions dans compose.yaml

This commit is contained in:
mirage
2026-04-01 13:35:40 +02:00
parent 609c2518ec
commit b924393048
2 changed files with 8 additions and 2 deletions

View File

@@ -4,4 +4,6 @@
build:
context: .
ports:
- "8080:8080"
- "8080:8080"
environment:
- ConnectionStrings__PostGreSQLConnection=${PGSQL_CONNECTION}