Getting 404 errors with Traefik in Docker Swarm #526
Replies: 2 comments
-
|
Hello @chupacabra71 do you still have the issue ? I believed you open a similar issue about this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Apologies for not cleaning this up, yes this was related to the issue and has been resolved. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I am trying to test out sablier, but i think i may be missing some key piece to make it work. Here is my setup:
I added these labels to my working traefik instance:
then in the plugins section i added:
Also in my traefik stack i have defined a service for sablier:
in my middlewares, i define sablier:
I decided to test with a service that doesn't get used much, stirling-pdf. in the stack for stirling i defined the middleware and labels:
when sablier spins up, it sucessfully stops the stirling pdf container, but then they dissapear from traefik.
the services are still there but scaled to 0/0:
since the service is removed from traefik, i get a
404 page not founderror when hitting the url for the service. my guess is that it has something to do with not having "traefik.docker.lbswarm=true", but in the docks it says "Traefik also have allowEmptyServices option which can be used instead." I'd rather not use lbswarm since i do want load-balancing through traefik.Any help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions