Disable traefik? #345
Unanswered
danthegoodman1
asked this question in
Q&A
Replies: 2 comments 2 replies
-
We are also using Kamal exclusively to deploy long-running workers. Our webserver lives somewhere else because we are not ready to fully migrate yet. I found a very simple workaround to deploy it:
This way, one of the workers also runs a copy of the webserver. That webserver won't receive any other request than Traefik's. |
Beta Was this translation helpful? Give feedback.
2 replies
-
#580 is merged! From the next version of Kamal (1.3) a configuration like this one would work:
|
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
-
I would like to use mrsk to manage deployment of long running workers that have no inbound (they fetch jobs from a queue). Is there any way I can disable traefik so that it does not run, and health checks are via whether the container is running instead?
Beta Was this translation helpful? Give feedback.
All reactions