[misc] bump the dev-env to 3.3.2

This commit is contained in:
Jakob Ackermann
2020-08-10 17:23:17 +01:00
parent 802691a951
commit 05d2712eb1
13 changed files with 91 additions and 164 deletions
+8 -6
View File
@@ -13,7 +13,8 @@ services:
environment:
MOCHA_GREP: ${MOCHA_GREP}
NODE_ENV: test
command: npm run test:unit
NODE_OPTIONS: "--unhandled-rejections=strict"
command: npm run --silent test:unit
user: node
test_acceptance:
@@ -33,6 +34,7 @@ services:
MOCHA_GREP: ${MOCHA_GREP}
LOG_LEVEL: ERROR
NODE_ENV: test
NODE_OPTIONS: "--unhandled-rejections=strict"
AWS_BUCKET: bucket
user: node
depends_on:
@@ -42,17 +44,17 @@ services:
condition: service_healthy
s3:
condition: service_healthy
command: npm run test:acceptance
command: npm run --silent test:acceptance
redis:
image: redis
mongo:
image: mongo:3.6
image: mongo:4.0
s3:
image: adobe/s3mock
build:
context: test/acceptance/deps
dockerfile: Dockerfile.s3mock
environment:
- initialBuckets=fake_user_files,fake_template_files,fake_public_files,bucket
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9090"]