Docker swarm in production?

Anyone using docker-swarm at all in production? Or is there a similar type architecture I am unfamiliar with that would be better suited for Meteor?

We tried meteorhacks:cluster but ran into the page refreshing itself due to Cloudflare. We are still researching that in hopes to solve but I wanted to reach out for a different path just in case.

Thanks all!
-T

We’re using cloud.docker.com with the nice “bring your own node” option together with this docker image: https://hub.docker.com/r/ulexus/meteor. It works like a charm, also together with https://github.com/madwire/dockercloud-nginx-proxy. We haven’t done any load balancing yet since we fear the common sticky websocket problems but for now its the cheapest and for us easiest way of deploying lots of meteor instances.

1 Like