From e8b1c137fb30ff781a75a51384e5e06400af3703 Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Sun, 26 Dec 2021 13:52:09 +0530 Subject: [PATCH] docs: add link to site operations from docker swarm --- docs/docker-swarm.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docker-swarm.md b/docs/docker-swarm.md index d2394f05..e1c47177 100644 --- a/docs/docker-swarm.md +++ b/docs/docker-swarm.md @@ -48,3 +48,7 @@ Notes: - Set `BENCH_SUFFIX` to the stack name. the stack will be located at `~/gitops/compose-${BENCH_SUFFIX}.yaml`. - `traefik-public` is assumed to be the network for traefik loadbalancer for swarm. - Once the stack YAML is generated, you can edit it further for advance setup and commit it to your gitops + +#### Site Operations + +Refer [site operations documentation](./site-operations) to create new site, migrate site, drop site and perform other site operations.