Обновить docker-compose.yml

This commit is contained in:
2025-08-12 20:04:40 +03:00
parent 3224a75266
commit bb3c00685d

View File

@@ -19,7 +19,7 @@ services:
POSTGRES_USER: user
POSTGRES_PASSWORD: password
healthcheck:
test: ["CMD-SHELL", "pg_isready -U $${POSTGRES_USER} -d $${POSTGRES_DB} || exit 1"]
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB}"]
interval: 5s
timeout: 10s
retries: 15