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
I was wondering if anyone ever tried using swirl behind traefik, as I have not found a way to make it work with a base path other than / as the ui has all the references pointing to that.
I'm not sure this will be helpful, but I did try running swirl with traefik and after 2 weeks of not even being able to recognize services properly. I ultimately ended up replacing it with apache web server.
But still, here are some things that might help:
Make sure swirl and traefik are on the same docker network.
Try to run it locally in docker-compose with docker as a provider.
Make sure you have set the provider to swarm correctly(not just docker).
Check the service is even visible at all in the traefik dashboard.
The labels do look correct, but as I've said, I couldn't do it either.
I was wondering if anyone ever tried using swirl behind traefik, as I have not found a way to make it work with a base path other than
/
as the ui has all the references pointing to that.This is the traefik config I'm trying to use:
The text was updated successfully, but these errors were encountered: