Replies: 1 comment 2 replies
-
Hi, everything seems right, would you mind to share the traefik.yml from the traefik file system tab, and also share what version you have? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I've got a Docker compose for a simple app containing 2 services: a JS frontend and a postgres DB. I followed the documentation regarding the adding of the Traefik labels and I've made sure to make the corresponding DNS A record on the relevant subdomain. However it seems no such Traefik service is started as when I visit the domain, it just shows the default "404 error" which appears for any domains you point to Dokploy which aren't bound to a running service.
Any help would be appreciated as I'm not sure what I've done wrong considering I followed the documentation example exactly. I also ensured the service itself is indeed running as when I bind it to an external port (
3015:3000
) and then visit the raw IP:3015, the login page for the service appears correctly.My Compose file:
Beta Was this translation helpful? Give feedback.
All reactions