fix web healthcheck
This commit is contained in:
parent
71b63e04a4
commit
6af64089a5
@ -11,7 +11,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- DOMAIN
|
- DOMAIN
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost/"]
|
test: ["CMD", "curl", "-f", "http://localhost/api/config/"]
|
||||||
interval: 15s
|
interval: 15s
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
retries: 2
|
retries: 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user