2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-13 00:36:26 +00:00

docs: add link to site operations from docker swarm

This commit is contained in:
Revant Nandgaonkar 2021-12-26 13:52:09 +05:30
parent 25aa226d8f
commit e8b1c137fb

View File

@ -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.