Update 'docker-compose.yml'
This commit is contained in:
parent
e430ced380
commit
86a885809a
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@ services:
|
||||||
|
|
||||||
mailtrain:
|
mailtrain:
|
||||||
build: .
|
build: .
|
||||||
|
environment:
|
||||||
|
- URL_BASE_TRUSTED=http://ed.x5summit.ru:8080
|
||||||
|
- URL_BASE_SANDBOX=http://ed.x5summit.ru:8888
|
||||||
|
- URL_BASE_PUBLIC=https://edlink.x5summit.ru
|
||||||
|
- WWW_PROXY=true
|
||||||
ports:
|
ports:
|
||||||
- "8080:3000"
|
- "8080:3000"
|
||||||
- "8888:3003"
|
- "8888:3003"
|
||||||
|
|
Loading…
Reference in a new issue