add local registry docker cluster

This commit is contained in:
Chris Lu
2020-11-11 02:02:30 -08:00
parent 86cdb2a3e5
commit 81024761cd
2 changed files with 98 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ build:
dev: build
docker-compose -f local-dev-compose.yml -p seaweedfs up
dev_registry: build
docker-compose -f local-registry-compose.yml -p seaweedfs up
cluster: build
docker-compose -f local-cluster-compose.yml -p seaweedfs up