mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
cf4269d4ee
Change web port to 3000 in dev environment GitOrigin-RevId: 8e9af8fa5e1a35c2c9089d4e9cbf744634cc4e85
20 lines
446 B
YAML
20 lines
446 B
YAML
version: '2.2'
|
|
services:
|
|
sharelatex:
|
|
ports:
|
|
- 30000:30000
|
|
- 30150:30150
|
|
- 30120:30120
|
|
- 30050:30050
|
|
- 30420:30420
|
|
- 30030:30030
|
|
- 30160:30160
|
|
- 30360:30360
|
|
- 30130:30130
|
|
- 30100:30100
|
|
|
|
# Server Pro
|
|
- 30070:30070
|
|
- 30400:30400
|
|
environment:
|
|
DEBUG_NODE: 'true'
|