mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: typo in frontend healthcheck
This commit is contained in:
parent
1d65e7dfbd
commit
018ef6f665
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ services:
|
|||
- nginx-entrypoint.sh
|
||||
healthcheck:
|
||||
test: |
|
||||
curl --fail -H "Host: $$FRAPPE_SITE_NAME_HEADER" http://localhost:8080/api/method/ping' | jq '.message == "pong"' | grep true || exit 1
|
||||
curl --fail -H "Host: $$FRAPPE_SITE_NAME_HEADER" http://localhost:8080/api/method/ping | jq '.message == "pong"' | grep true || exit 1
|
||||
environment:
|
||||
BACKEND: backend:8000
|
||||
SOCKETIO: websocket:9000
|
||||
|
|
|
|||
Loading…
Reference in a new issue