Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing HASTIC_SERVER_URL variable in docker-compose #936

Open
rozetko opened this issue Oct 28, 2020 · 0 comments
Open

Missing HASTIC_SERVER_URL variable in docker-compose #936

rozetko opened this issue Oct 28, 2020 · 0 comments

Comments

@rozetko
Copy link
Member

rozetko commented Oct 28, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant