add docker compose file to sync 2 mounts

This commit is contained in:
chrislu
2022-05-06 03:53:36 -07:00
parent 10207a48a4
commit 22fbce8fd5
2 changed files with 24 additions and 0 deletions

View File

@@ -58,6 +58,9 @@ cluster: build
2clusters: build
docker-compose -f compose/local-clusters-compose.yml -p seaweedfs up
2mount: build
docker-compose -f compose/local-sync-mount-compose.yml -p seaweedfs up
hashicorp_raft: build
docker-compose -f compose/local-hashicorp-raft-compose.yml -p seaweedfs up