Implemented repository wide restart policy

This commit is contained in:
2024-01-12 20:57:58 +01:00
parent 695618a170
commit 2f3d90cd07
26 changed files with 53 additions and 53 deletions

View File

@@ -18,7 +18,7 @@
- "127.0.0.1:5432:5432"
volumes:
- central_postgres_database:/var/lib/postgresql/data
restart_policy: unless-stopped
restart_policy: "{{docker_restart_policy}}"
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 10s