mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove mongo and redis from dependencies
This commit is contained in:
parent
0b3b71b857
commit
42f6d10031
3 changed files with 7 additions and 26 deletions
|
@ -1,10 +1,10 @@
|
|||
filestore
|
||||
--acceptance-creds=
|
||||
--public-repo=True
|
||||
--language=es
|
||||
--node-version=10.17.0
|
||||
--dependencies=mongo,redis,s3
|
||||
--script-version=1.3
|
||||
--docker-repos=gcr.io/overleaf-ops
|
||||
--env-add=ENABLE_CONVERSIONS="true",USE_PROM_METRICS="true",AWS_S3_USER_FILES_BUCKET_NAME=fake_user_files,AWS_S3_TEMPLATE_FILES_BUCKET_NAME=fake_template_files,AWS_S3_PUBLIC_FILES_BUCKET_NAME=fake_public_files,AWS_S3_ENDPOINT=http://s3:9090,AWS_ACCESS_KEY_ID=fake,AWS_SECRET_ACCESS_KEY=fake
|
||||
--dependencies=s3
|
||||
--acceptance-creds=
|
||||
--script-version=1.3
|
||||
--node-version=10.17.0
|
||||
--language=es
|
||||
--docker-repos=gcr.io/overleaf-ops
|
||||
--public-repo=True
|
||||
--env-pass-through=
|
||||
|
|
|
@ -33,10 +33,6 @@ services:
|
|||
AWS_ACCESS_KEY_ID: fake
|
||||
AWS_SECRET_ACCESS_KEY: fake
|
||||
depends_on:
|
||||
mongo:
|
||||
condition: service_healthy
|
||||
redis:
|
||||
condition: service_healthy
|
||||
s3:
|
||||
condition: service_healthy
|
||||
user: node
|
||||
|
@ -50,11 +46,6 @@ services:
|
|||
- ./:/tmp/build/
|
||||
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
|
||||
user: root
|
||||
redis:
|
||||
image: redis
|
||||
|
||||
mongo:
|
||||
image: mongo:3.4
|
||||
s3:
|
||||
image: adobe/s3mock
|
||||
environment:
|
||||
|
|
|
@ -40,20 +40,10 @@ services:
|
|||
AWS_SECRET_ACCESS_KEY: fake
|
||||
user: node
|
||||
depends_on:
|
||||
mongo:
|
||||
condition: service_healthy
|
||||
redis:
|
||||
condition: service_healthy
|
||||
s3:
|
||||
condition: service_healthy
|
||||
command: npm run test:acceptance
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
|
||||
mongo:
|
||||
image: mongo:3.4
|
||||
|
||||
s3:
|
||||
image: adobe/s3mock
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue