Fix : Ajout php unit et correction de l'installation du projet (bdd local)

This commit is contained in:
AUTIN Tristan
2026-01-06 14:00:05 +01:00
parent 8ea211835f
commit 5f0703811f
13 changed files with 2062 additions and 106 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ services:
volumes:
- pg_data:/var/lib/postgresql/data
ports:
- "5432:5432"
- "${POSTGRES_PORT:-5432}:5432"
restart: unless-stopped
volumes:
pg_data: