mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2026-03-03 02:47:02 +00:00
fix health endpoint, avoid redirect
This commit is contained in:
@@ -19,7 +19,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/api/health"]
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8000/api/health/"]
|
||||
interval: 2m
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user