fixed healthcheck
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
|||||||
- pinchflat-app:/config
|
- pinchflat-app:/config
|
||||||
- ${PINCHFLAT_DOWNLOAD}:/downloads
|
- ${PINCHFLAT_DOWNLOAD}:/downloads
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "curl --fail http://localhost:${PORT}/healthcheck || exit 1"]
|
test: ["CMD-SHELL", "curl --fail http://localhost:8945/healthcheck || exit 1"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
start_period: 15s
|
start_period: 15s
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user