devicehive / devicehive-docker

Run DeviceHive Docker containers with Docker Compose and on Kubernetes
92 stars 58 forks source link

mqtt-brokers.yml #51

Closed wzqallz closed 6 years ago

wzqallz commented 6 years ago

MQTT default connection WS_SERVER_URL is "ws://playground-dev.devicehive.com/api/websocket", how do I configure to connect my own Web Socket? By the way, my docker-compose.yml is the default.

sitnik commented 6 years ago

Hi @wzqallz, this is definitely a my mistake. I'll fix this issue shortly, will be available in next release.

sitnik commented 6 years ago

@wzqallz, for docker-compose installation WS_SERVER_URL values must point to internal address of DeviceHive Frontend container, i.e. "ws://dh_frontend:8080/api/websocket". This is now fixed in development branch and will be released soon.

wzqallz commented 6 years ago

thank you very much.

sitnik commented 6 years ago

Resolved in release 3.5.0