Skip to content

Commit 5111e8f

Browse files
authored
Merge pull request #116 from anav5704/docs/add-docker-swarm-diagram
docs: add docker swarm architecture diagram
2 parents c4ae3a9 + 8dbeea2 commit 5111e8f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

apps/docs/content/docs/core/cluster.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ When you deploy applications in dokploy, all of them run on the same node. If yo
99

1010
The idea of using clusters is to allow each server to host a different application and, using Traefik along with the load balancer, redirect the traffic from the dokploy server to the servers you choose.
1111

12+
<ImageZoom src="/assets/docker-swarm.png" alt="Docker Swarm Diagram" width={1000} height={600} className="rounded-lg"/>
13+
1214
## Server Scaling Methods
1315

1416
There are two primary ways to scale your server:
@@ -77,11 +79,11 @@ Workers have a single purpose, which is to run the containers, acting under the
7779

7880
You can click the 'Add Node' button, which will display the instructions you need to follow to add your servers as nodes and join them to the dokploy manager node.
7981

80-
<ImageZoom src="/assets/add-node.png" width={800} height={630} className="rounded-lg"/>
82+
<ImageZoom src="/assets/add-node.png" alt="Add Node" width={800} height={630} className="rounded-lg"/>
8183

8284
Once you follow the instructions, the workers or managers will appear in the table.
8385

84-
<ImageZoom src="/assets/nodes.png" width={800} height={630} className="rounded-lg"/>
86+
<ImageZoom src="/assets/nodes.png" alt="View Nodes" width={800} height={630} className="rounded-lg"/>
8587

8688
<Callout type="info">
8789
**Storage Cleanup Note**: Dokploy does not perform automatic cleanup of storage for workers or other associated nodes that are not the Dokploy server. For automatic cleanup, you can add your node as a remote server and configure cleanups, or create a schedule that performs that cleanup. Additionally, you don't need to perform setup when you only add the node as a remote server. For more information, see the [Remote Servers documentation](/docs/core/remote-servers).
740 KB
Loading

0 commit comments

Comments
 (0)