A guide on how to use Docker Swarm with Coolify.
Swarm Manager
to Coolify.
Optionally, you can add the Swarm Workers
to Coolify. This will allow Coolify to do cleanups and other stuff on the Swarm Workers
.
WIP This is just a brief guide to install a simple Docker Swarm cluster. For more information, please refer to the official documentation.
You only need to use one of the above commands.
all servers
, run the following command to start Docker.
manager
, run the following command to configure Docker.On the manager node
, run the following command to create a new cluster.
worker nodes
.
It should look like something like this:
swarm-workers
. So the Swarm service could move the resources between the swarm-workers
.
You can always use services like AWS EFS, NFS, GlusterFS, etc.
WIP