mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-05-16 01:07:12 +08:00
Updated docker-compose & travis.yml
This commit is contained in:
@@ -143,13 +143,6 @@ services:
|
||||
- configsvr1
|
||||
# - configsvr2
|
||||
# - configsvr3
|
||||
minio:
|
||||
network_mode: host
|
||||
image: minio/minio
|
||||
environment:
|
||||
- MINIO_ACCESS_KEY=${MINIO_ACCESS_KEY_ID}
|
||||
- MINIO_SECRET_KEY=${MINIO_SECRET_ACCESS_KEY}
|
||||
command: server /data
|
||||
init:
|
||||
network_mode: host
|
||||
image: ${TEST_MONGODB_FLAVOR}:${TEST_PSMDB_VERSION}
|
||||
@@ -173,7 +166,6 @@ services:
|
||||
- s3-mongo2
|
||||
- s3-mongo3
|
||||
- standalone
|
||||
- minio
|
||||
test:
|
||||
build:
|
||||
dockerfile: docker/test/Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user