mirror of
https://github.com/plankanban/planka.git
synced 2025-08-02 20:15:27 +02:00
ref: Refactoring
This commit is contained in:
parent
e4fd0eda16
commit
036cdc058a
7 changed files with 53 additions and 39 deletions
|
@ -74,6 +74,7 @@ services:
|
|||
|
||||
# - SLACK_BOT_TOKEN=
|
||||
# - SLACK_CHANNEL_ID=
|
||||
|
||||
# - GOOGLE_CHAT_WEBHOOK_URL=
|
||||
|
||||
# - TELEGRAM_BOT_TOKEN=
|
||||
|
@ -92,7 +93,7 @@ services:
|
|||
- POSTGRES_DB=planka
|
||||
- POSTGRES_HOST_AUTH_METHOD=trust
|
||||
healthcheck:
|
||||
test: ['CMD-SHELL', 'pg_isready -U postgres -d planka']
|
||||
test: ["CMD-SHELL", "pg_isready -U postgres -d planka"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue