Comment by heavyset_go
Comment by heavyset_go 6 days ago
Does this work well behind Docker Swarm or is it not designed for that?
Comment by heavyset_go 6 days ago
Does this work well behind Docker Swarm or is it not designed for that?
Thanks for the comment
Looks like it depends on bridge networking according the sample docker-compose.yml in the docs. Unfortunately, Docker Swarm eschews bridging, but I'm going to poke at it anyway and see if I can get it to work
Yes I think so. I know it works quiet well in compose but as you scale to swarm I am not sure if there would be pains. You can just pop the connector into your compose stack and it will connect to anything in the docker network which we personally do to host some of our basic infrastructure.