mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
15 lines
291 B
YAML
15 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'
|