add local mount for testing

This commit is contained in:
Chris Lu
2021-01-22 22:47:23 -08:00
parent 20ef3bb8d4
commit 3ecd989500
2 changed files with 50 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ build:
dev: build
docker-compose -f local-dev-compose.yml -p seaweedfs up
dev_mount: build
docker-compose -f local-mount-compose.yml -p seaweedfs up
k8s: build
docker-compose -f local-k8s-compose.yml -p seaweedfs up