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

Add support to expose ports when running locally with Docker #492

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

bobvandevijver
Copy link
Contributor

Sometimes you need to run a local server to receive updates from devices. For example, Shelly uses this to get updates pushed from devices directly to a CoAP or WS listener on Homey.

When running with docker, these listeners are running inside the docker container and currently not exposed, so impossible to access. This PR add the option to configure the exposed ports by docker, making it accessible on your machine. Depending on your machine you might still need to configure your firewall, and you should make sure that your machine IP is configured on the devices instead of the IP of the Homey.

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

Successfully merging this pull request may close these issues.

1 participant