You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Dokploy (and more specifically Traefik) we do not need to bind ports. As long as we specify the port mapping for the service in Dokploy (typically configured to 3000), Traefik will reverse proxy it without the port needing to be binded to a port in the host.
Not sure if there is a specific reason for this, but I don't like just exposing the port. Feels like a security concern. I noticed that it is done here:
With Dokploy (and more specifically Traefik) we do not need to bind ports. As long as we specify the port mapping for the service in Dokploy (typically configured to 3000), Traefik will reverse proxy it without the port needing to be binded to a port in the host.
Not sure if there is a specific reason for this, but I don't like just exposing the port. Feels like a security concern. I noticed that it is done here:
hacksu-website/docker-compose.yml
Line 34 in 92ce5ca