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

WIP: Add Traefik reverse-proxy support #5

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ajlennon
Copy link

This allows us to access MING containers such as Node-Red and Grafana without needing to open different ports

  • Port :8080 is used for the Traefik admin web UI
  • Port :80 is use for everything else

http://foo:80/node-red is mapped to the node-red container http://foo:80/grafana is mapped to the grafana container http://foo:80/ is also mapped to the grafana container

This also serves as an example of how to configure Traefik to access containers remotely via port :80

This allows us to access MING containers such as Node-Red and Grafana
without needing to open different ports

- Port :8080 is used for the Traefik admin web UI
- Port :80 is use for everything else

http://foo:80/node-red is mapped to the node-red container
http://foo:80/grafana is mapped to the grafana container
http://foo:80/ is also mapped to the grafana container

This also serves as an example of how to configure Traefik to access
containers remotely via port :80

Signed-off-by: Alex J Lennon <[email protected]>
@ajlennon ajlennon marked this pull request as draft August 24, 2023 14:56
@ajlennon
Copy link
Author

This is currently using my fork of the balena-node-red as we need to be able to configure the Node-Red webserver root path.

    image: bh.cr/gh_ajlennon/balena-node-red

If we can get my PRs into the upstream Balena Labs balena-node-red repo this I can change this reference back and convert this WIP draft into a PR.

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

Successfully merging this pull request may close these issues.

1 participant