fix(docker): ajout de la politique de redémarrage automatique pour la BDD et pgAdmin
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user