docker-compose.yml aktualisiert
This commit is contained in:
parent
3898b5ad45
commit
8a042589e7
|
|
@ -10,7 +10,6 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- mitai_postgres_data:/var/lib/postgresql/data
|
- mitai_postgres_data:/var/lib/postgresql/data
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:5432:5432"
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U mitai_prod"]
|
test: ["CMD-SHELL", "pg_isready -U mitai_prod"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user