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
Hi! I was wondering if the dokploy.docker.localhost host is needed for some internal routing of some sorts?
With my Dokploy instance I was wondering why it doesn't redirect my Dokploy instance itself from http to https, but it does redirect all my created services.
When I checked out the Traefik configuration I found that the configuration indeed does not have a configuration to redirect from my host http to https. But in it's place there is this docker localhost host redirection configured.
Why is that?
I have updated it to my host, so now https redirection works. But I dont remember every manually editing this file, so I wonder why that was not setup by default already and if the dokploy.docker.localhost host had a reason to be there?
http:
routers:
dokploy-router-app:
rule: Host(`dokploy.docker.localhost`) && PathPrefix(`/`) # I changed this to myhost.com as well to enable redirectionservice: dokploy-service-appentryPoints:
- webmiddlewares:
- redirect-to-httpsdokploy-router-app-secure:
rule: Host(`myhost.com`)service: dokploy-service-appentryPoints:
- websecuretls:
certResolver: letsencryptservices:
dokploy-service-app:
loadBalancer:
servers:
- url: http://dokploy:3000passHostHeader: true
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I was wondering if the dokploy.docker.localhost host is needed for some internal routing of some sorts?
With my Dokploy instance I was wondering why it doesn't redirect my Dokploy instance itself from http to https, but it does redirect all my created services.
When I checked out the Traefik configuration I found that the configuration indeed does not have a configuration to redirect from my host http to https. But in it's place there is this docker localhost host redirection configured.
Why is that?
I have updated it to my host, so now https redirection works. But I dont remember every manually editing this file, so I wonder why that was not setup by default already and if the dokploy.docker.localhost host had a reason to be there?
Beta Was this translation helpful? Give feedback.
All reactions