devicehive / devicehive-docker

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

502 Bad Gateway with dh_backend_node #56

Open DurandA opened 6 years ago

DurandA commented 6 years ago

I tried the development branch with dh_backend_node. After launching instances using sudo docker-compose -f docker-compose-node.yml up -d the Frontend service API and the Auth service API return 502 Bad Gateway.

sitnik commented 6 years ago

@DurandA,

Could you try launching it with 3.5.0 release? I've tested running DeviceHive with Node backend with docker-compose and it starts fine in clean environment. Please also note that devicehive-backed-node is still in early development stage and didn't see any releases yet. Compose file uses image with 'development' tag which is not a stable target for any serious use.

Thanks.