makefile: add env for 2 clusters

This commit is contained in:
Chris Lu
2021-01-24 00:00:42 -08:00
parent f8dbb03bdd
commit 6897f1bfbc
2 changed files with 26 additions and 0 deletions

View File

@@ -24,5 +24,8 @@ dev_registry: build
cluster: build
docker-compose -f local-cluster-compose.yml -p seaweedfs up
2clusters: build
docker-compose -f local-clusters-compose.yml -p seaweedfs up
clean:
rm ./weed