diff --git a/compose.yml b/compose.yml index 5cde440..6d7d04c 100644 --- a/compose.yml +++ b/compose.yml @@ -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"