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
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
The text was updated successfully, but these errors were encountered:
PR https://github.com/hastic/hastic-server/pull/931 introduced
HASTIC_SERVER_URL
variable to configure URL to bind websockets (default value isws://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
todocker-compose.yml
with defaultws://server:8002
valueThe text was updated successfully, but these errors were encountered: