mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 01:29:35 +02:00
Change web port to 3000 in dev environment GitOrigin-RevId: 8e9af8fa5e1a35c2c9089d4e9cbf744634cc4e85
21 lines
446 B
YAML
21 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'
|