docker-compose.yml aktualisiert
This commit is contained in:
parent
8a042589e7
commit
5062aa8068
|
|
@ -9,7 +9,6 @@ services:
|
||||||
POSTGRES_PASSWORD: ${DB_PASSWORD:-change_me_in_production}
|
POSTGRES_PASSWORD: ${DB_PASSWORD:-change_me_in_production}
|
||||||
volumes:
|
volumes:
|
||||||
- mitai_postgres_data:/var/lib/postgresql/data
|
- mitai_postgres_data:/var/lib/postgresql/data
|
||||||
ports:
|
|
||||||
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