Remix.run Logo
heavyset_go 4 days ago

Does this work well behind Docker Swarm or is it not designed for that?

fossorialowen 4 days ago | parent [-]

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.

heavyset_go 2 days ago | parent [-]

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