hastic-zzz / hastic-server

Hastic data management server for analyzing patterns and anomalies from Grafana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing HASTIC_SERVER_URL variable in docker-compose

rozetko opened this issue · comments

PR https://github.com/hastic/hastic-server/pull/931 introduced HASTIC_SERVER_URL variable to configure URL to bind websockets (default value is ws://localhost:8002).
The problem is: the default value doesn't work in Docker because nothing outside the container can query container's localhost.
We should add HASTIC_SERVER_URL to docker-compose.yml with default ws://server:8002 value