tiangolo / dockerswarm.rocks

Docker Swarm mode rocks! Ideas, tools and recipes. Get a production-ready, distributed, HTTPS served, cluster in minutes, not weeks.
https://dockerswarm.rocks/
1.09k stars 126 forks source link

Swarmpit on ARM #70

Closed tylerlittlefield closed 9 months ago

tylerlittlefield commented 3 years ago

I was able to get swarmpit stack working with the tiniest change:

image: couchdb:2.3.0 -> image: couchdb:2.3.1

Just letting others know in case they want to get this stack running on a Pi cluster.

tiangolo commented 9 months ago

Thank you! And thanks for the patience.

I updated it here: https://github.com/tiangolo/dockerswarm.rocks/pull/114