Healthcheck: / statt /api/docs (funktioniert auch ohne docs_url)
This commit is contained in:
parent
e466a5b4f0
commit
846511d79b
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ services:
|
||||||
- DB_PATH=/data/banyaro.db
|
- DB_PATH=/data/banyaro.db
|
||||||
- MEDIA_DIR=/data/media
|
- MEDIA_DIR=/data/media
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8000/api/docs"]
|
test: ["CMD", "curl", "-f", "http://localhost:8000/"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue