ceph s3-tests include in the docker compose files

https://github.com/chrislusf/seaweedfs/issues/1810
This commit is contained in:
Konstantin Lebedev
2021-02-18 04:03:42 +05:00
parent 3f8b0da677
commit 127097cd2b
5 changed files with 257 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ build:
docker build --no-cache -t chrislusf/seaweedfs:local -f Dockerfile.local .
rm ./weed
s3tests_build:
docker build --no-cache -t chrislusf/ceph-s3-tests:local -f Dockerfile.s3tests .
dev: build
docker-compose -f compose/local-dev-compose.yml -p seaweedfs up
@@ -30,6 +33,9 @@ cluster: build
2clusters: build
docker-compose -f compose/local-clusters-compose.yml -p seaweedfs up
s3tests: build s3tests_build
docker-compose -f compose/local-s3tests-compose.yml -p seaweedfs up
filer_etcd: build
docker stack deploy -c compose/swarm-etcd.yml fs