Fix healthcheck URL
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
Nick Sellen 2025-01-30 19:05:44 +00:00
parent 909eab8458
commit 5b3506ff19
Signed by: nicksellen
GPG Key ID: 7C3A275C0DC2EFA1

View File

@ -97,14 +97,14 @@ services:
- MIGRATE=yes
command: server
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000/api/config/"]
test: ["CMD", "curl", "-f", "http://localhost:8000/api/settings/"]
interval: 10s
timeout: 3s
retries: 3
start_period: 45s
deploy:
labels:
- "coop-cloud.${STACK_NAME}.version=2.0.0+16.0.0"
- "coop-cloud.${STACK_NAME}.version=2.0.1+16.0.0"
- "backupbot.backup=true"
- "backupbot.backup.path=/app/uploads"