Healthcheck: / statt /api/docs (funktioniert auch ohne docs_url)

This commit is contained in:
rene 2026-04-12 17:14:01 +02:00
parent e466a5b4f0
commit 846511d79b

View file

@ -13,7 +13,7 @@ services:
- DB_PATH=/data/banyaro.db
- MEDIA_DIR=/data/media
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000/api/docs"]
test: ["CMD", "curl", "-f", "http://localhost:8000/"]
interval: 30s
timeout: 10s
retries: 3