You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Matthias
committed
fix(deploy): default service bind to 0.0.0.0 and reconcile env overrides
Behind a containerized reverse proxy (nginx-in-Docker via host.docker.internal),
a 127.0.0.1 bind is unreachable and 502s. Default ONTOLOVIZ_HOST to 0.0.0.0; set
127.0.0.1 explicitly for host-local-only deploys.
- install-service.sh: reconcile explicitly-passed HOST/PORT/PROXY_HEADERS into an
existing /etc/ontoloviz.env. The file was write-once, so re-run overrides were
silently ignored — the trap that stranded the service on 127.0.0.1:8000.
Operator customizations and defaults-only re-runs are left untouched.
- update-service.sh: warn when bound to 127.0.0.1, since the host-local
healthcheck passes even when the proxy cannot reach the service.
0 commit comments