mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: add healthcheck for frontend service
This commit is contained in:
parent
4d4134840a
commit
1e07c15e66
1 changed files with 2 additions and 0 deletions
|
|
@ -113,6 +113,8 @@ services:
|
|||
condition: on-failure
|
||||
command:
|
||||
- nginx-entrypoint.sh
|
||||
healthcheck:
|
||||
test: 'curl --fail -H "Host: $$FRAPPE_SITE_NAME_HEADER" http://localhost:8080/api/method/ping'
|
||||
environment:
|
||||
BACKEND: backend:8000
|
||||
SOCKETIO: websocket:9000
|
||||
|
|
|
|||
Loading…
Reference in a new issue