mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
6ba61f19f4
[CE/SP] Added `test-e2e-native` runner GitOrigin-RevId: a123b2a83a47566a091acc37ccef6c4895bc9949
14 lines
291 B
YAML
14 lines
291 B
YAML
version: '2.2'
|
|
services:
|
|
sharelatex:
|
|
ports:
|
|
- "127.0.0.1:80:80"
|
|
environment:
|
|
OVERLEAF_SITE_URL: 'http://localhost'
|
|
|
|
host-admin:
|
|
ports:
|
|
- "127.0.0.1:8081:80"
|
|
environment:
|
|
NATIVE_CYPRESS: 'true'
|
|
ACCESS_CONTROL_ALLOW_ORIGIN: 'http://localhost'
|