mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
Update user and db for healthcheck docker-compose-dev.yml
This commit is contained in:
parent
6a7a582045
commit
c3b99c2255
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ services:
|
|||
- "5432:5432"
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U postgres -d planka"]
|
||||
test: ["CMD-SHELL", "pg_isready -U user -d planka_db"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue