mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-27 11:42:20 +00:00
Merge pull request #51 from overleaf/jpa-dependencies-cleanup
[misc] cleanup unused dependency on redis
This commit is contained in:
commit
6c832439a2
3 changed files with 1 additions and 11 deletions
|
@ -4,7 +4,7 @@ docstore
|
|||
--env-add=
|
||||
--node-version=10.19.0
|
||||
--acceptance-creds=aws
|
||||
--dependencies=mongo,redis
|
||||
--dependencies=mongo
|
||||
--docker-repos=gcr.io/overleaf-ops
|
||||
--env-pass-through=
|
||||
--script-version=1.3.5
|
||||
|
|
|
@ -30,8 +30,6 @@ services:
|
|||
depends_on:
|
||||
mongo:
|
||||
condition: service_healthy
|
||||
redis:
|
||||
condition: service_healthy
|
||||
user: node
|
||||
command: npm run test:acceptance:_run
|
||||
|
||||
|
@ -43,8 +41,5 @@ 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.6
|
||||
|
|
|
@ -37,13 +37,8 @@ services:
|
|||
depends_on:
|
||||
mongo:
|
||||
condition: service_healthy
|
||||
redis:
|
||||
condition: service_healthy
|
||||
command: npm run test:acceptance
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
|
||||
mongo:
|
||||
image: mongo:3.6
|
||||
|
||||
|
|
Loading…
Reference in a new issue