fix(docker): ajout de la politique de redémarrage automatique pour la BDD et pgAdmin

This commit is contained in:
2026-06-23 02:01:55 +02:00
parent bf38e01c49
commit 2f8c8f0829
+2
View File
@@ -10,6 +10,7 @@ services:
- "5433:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
restart: always
pgadmin:
image: dpage/pgadmin4
@@ -21,6 +22,7 @@ services:
- "5050:80"
depends_on:
- db
restart: always
app:
build: