mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
fix acceptance tests after rebase
This commit is contained in:
parent
19643f4bb5
commit
1405b645f3
2 changed files with 3 additions and 1 deletions
|
@ -24,6 +24,7 @@ services:
|
||||||
REDIS_HOST: redis
|
REDIS_HOST: redis
|
||||||
MONGO_URL: "mongodb://mongo/sharelatex"
|
MONGO_URL: "mongodb://mongo/sharelatex"
|
||||||
SHARELATEX_ALLOW_PUBLIC_ACCESS: 'true'
|
SHARELATEX_ALLOW_PUBLIC_ACCESS: 'true'
|
||||||
|
PROJECT_HISTORY_ENABLED: 'true'
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
- mongo
|
- mongo
|
||||||
|
|
|
@ -25,6 +25,7 @@ services:
|
||||||
- ./config:/app/config
|
- ./config:/app/config
|
||||||
- ./test/unit/coffee:/app/test/unit/coffee:ro
|
- ./test/unit/coffee:/app/test/unit/coffee:ro
|
||||||
- ./test/acceptance/coffee:/app/test/acceptance/coffee:ro
|
- ./test/acceptance/coffee:/app/test/acceptance/coffee:ro
|
||||||
|
- ./test/acceptance/files:/app/test/acceptance/files:ro
|
||||||
- ./test/smoke/coffee:/app/test/smoke/coffee:ro
|
- ./test/smoke/coffee:/app/test/smoke/coffee:ro
|
||||||
MODULE_VOLUMES
|
MODULE_VOLUMES
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
|
|
Loading…
Reference in a new issue