kcmerrill / fetch-proxy

A proxy that routes web traffic to docker containers. Automagically.
MIT License
13 stars 7 forks source link

how to use with swarm mode #26

Open scher200 opened 6 years ago

scher200 commented 6 years ago

Hi @kcmerrill, nice tool you got here, I always used traefik for my sites. I was wondering, could this be used in combination with docker swam mode too?

kcmerrill commented 6 years ago

Hmmm, that's a good question. I don't see why not, as it's just binded to the host machines ports. I don't typically use swarm for my orchestration if I'm honest so I couldn't give you a definitive answer. If you do try it out with swarm and it doesn't work, feel free to post back any errors and I can chew on them.

scher200 commented 6 years ago

OK, I'll let you know