fix joplin healthcheck

This commit is contained in:
peaklabs-dev
2024-10-09 15:24:48 +02:00
parent 482016be1d
commit 1d4dd405b8
2 changed files with 6 additions and 2 deletions

View File

@@ -39,4 +39,8 @@ services:
- POSTGRES_PORT=5432
- POSTGRES_HOST=postgres
# Default login is "admin@localhost" and password "admin"
healthcheck:
test: ["CMD-SHELL", "bash -c ':> /dev/tcp/127.0.0.1/22300' || exit 1"]
interval: 5s
timeout: 20s
retries: 3

File diff suppressed because one or more lines are too long