saltyorg / Saltbox

Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
https://docs.saltbox.dev
GNU General Public License v3.0
571 stars 65 forks source link

add(traefik): permit docker local queries to api endpoint #115

Closed JigSawFr closed 1 year ago

JigSawFr commented 1 year ago

This PR permit other docker containers to query api endpoint of traefik.

saltydk commented 1 year ago

This would expose the dashboard insecurely so I am not going to merge this as is.

saltydk commented 1 year ago

My edit allows you to call http://traefik:8080 and it won't be callable externally to the machine since we don't bind port 8080.

JigSawFr commented 1 year ago

My edit allows you to call http://traefik:8080 and it won't be callable externally to the machine since we don't bind port 8080.

Nice, thanks for your better approach ;)