Updated docker-compose & travis.yml

This commit is contained in:
Carlos Salguero
2019-08-14 10:30:46 -03:00
parent b3dd22a126
commit a5090f36c5
2 changed files with 1 additions and 9 deletions
-8
View File
@@ -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