hastic-zzz / hastic-server

Hastic data management server for analyzing patterns and anomalies from Grafana
GNU General Public License v3.0
330 stars 23 forks source link

Missing HASTIC_SERVER_URL variable in docker-compose #936

Open rozetko opened 3 years ago

rozetko commented 3 years ago

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