fix health API endpoint url

This commit is contained in:
Simon 2025-03-27 21:36:59 +01:00
parent f18d812eb8
commit 04ea6254b7
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

View File

@ -21,7 +21,7 @@ services:
- ELASTIC_PASSWORD=verysecret # set password for Elasticsearch
- TZ=America/New_York # set your time zone
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000/health"]
test: ["CMD", "curl", "-f", "http://localhost:8000/api/health"]
interval: 2m
timeout: 10s
retries: 3