User health endpoint for healthcheck in docker compose
This commit is contained in:
@@ -33,7 +33,7 @@ services:
|
||||
- AUTH_USERNAME=12345678
|
||||
- AUTH_PASSWORD=87654321
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:6090/channels?username=12345678&password=87654321"]
|
||||
test: ["CMD", "curl", "-f", "http://localhost:6090/health"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user