fix postgres healtcheck
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Philipp Rothmann 2023-06-14 14:59:03 +02:00
parent 37f575038b
commit 6427ce181f
1 changed files with 3 additions and 3 deletions

View File

@ -16,13 +16,13 @@ services:
networks:
- internal
environment:
POSTGRES_USER: nextcloud
POSTGRES_USER: nextcloud
POSTGRES_PASSWORD_FILE: /run/secrets/db_password
POSTGRES_DB: nextcloud
POSTGRES_DB: nextcloud
secrets:
- db_password
healthcheck:
test: ["CMD-SHELL", "pg_isready"]
test: ["CMD-SHELL", "pg_isready", "-U", "nextcloud"]
interval: 10s
timeout: 5s
retries: 5