Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
devops
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
88183a68
authored
Dec 22, 2016
by
Gil Sade
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fixed - debugging web online
parent
2ca71e7c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
42 deletions
docker/composers/mcx-poc-front-control-client.yml
docker/composers/mcx-poc-front-control-client.yml
View file @
88183a68
ui-api
:
environment
:
IPG_ENV_PARAMS
:
"
-DdataLogic.IpAddress=172.16.1.
33
:50045#
\
IPG_ENV_PARAMS
:
"
-DdataLogic.IpAddress=172.16.1.
97
:50045#
\
-Dmongodb.port=27017#
\
-Dds.ip.address=172.16.1.
33
#
\
-Dds.ip=172.16.1.
33
:8012#
\
-Dsrg.sip.hostport=172.16.1.
33
:5076#
\
-Dmcweb.sip.ip=172.16.1.
33
:5060#
\
-Dmcweb.ip=172.16.1.
33
:8011#
\
-Dredis.host=172.16.1.
33
#
\
-Dds.ip.address=172.16.1.
97
#
\
-Dds.ip=172.16.1.
97
:8012#
\
-Dsrg.sip.hostport=172.16.1.
97
:5076#
\
-Dmcweb.sip.ip=172.16.1.
97
:5060#
\
-Dmcweb.ip=172.16.1.
97
:8011#
\
-Dredis.host=172.16.1.
97
#
\
-Dredis.port=6379#
\
-DconfigFile.location=/opt/mcx/config#
\
-Dmcz.files.location=/opt/mcz#
\
-Dpush.server.url=172.16.1.33:50000#
\
-Duse.schedular=true#
\
-Dpush.server.url=172.16.1.97:50000#
\
-Dcity.reports=san-diego#
\
-Dconfig.public.address=ipgallery-mcz.com:8033#
\
-Drcs.send.message.url=http://172.16.1.33:8060/srg/chat/v1/standalone/sendmessage#
\
-Duse.schedular=true#
\
-Dconfig.public.address=commetoo.com:443#
\
-Drcs.send.message.url=http://172.16.1.97:8060/srg/chat/v1/standalone/sendmessage#
\
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9080"
image
:
172.16.1.212:5050/mcx/ui
ports
:
...
...
@@ -27,12 +27,12 @@ ui-api:
# log_driver: fluentd
# example for remote fluentd agent
# log_opt:
# fluentd-address: 172.16.1.
33
:24224
# fluentd-address: 172.16.1.
97
:24224
# fluentd-tag: ui-api
#public-safety:
# environment:
# IPG_ENV_PARAMS: "-Dds.IpAddress=172.16.1.
33
:8080#\
# -Dredis.host=172.16.1.
33
#\
# IPG_ENV_PARAMS: "-Dds.IpAddress=172.16.1.
97
:8080#\
# -Dredis.host=172.16.1.
97
#\
# -Dinflux.hostport=172.16.1.244:8086"
# USE_DEBUG: "yes"
# image: 172.16.1.212:5050/mcx/public-safety
...
...
@@ -43,8 +43,8 @@ ui-api:
### DATA-LOGIC ###
data-logic
:
environment
:
IPG_ENV_PARAMS
:
"
-Dds.IpAddress=172.16.1.
33
:8012#
\
-Dredis.host=172.16.1.
33
"
IPG_ENV_PARAMS
:
"
-Dds.IpAddress=172.16.1.
97
:8012#
\
-Dredis.host=172.16.1.
97
"
image
:
172.16.1.212:5050/mcx/data-logic
ports
:
-
"
8110:8000"
...
...
@@ -53,7 +53,7 @@ data-logic:
### PUSH-SERVER ###
push-server
:
environment
:
IPG_ENV_PARAMS
:
"
-Dredis.host=172.16.1.
33
"
IPG_ENV_PARAMS
:
"
-Dredis.host=172.16.1.
97
"
USE_DEBUG
:
"
yes"
image
:
172.16.1.212:5050/mcx/push-server
ports
:
...
...
@@ -65,8 +65,9 @@ ui-web-control:
environment
:
CAMERA_API
:
"
172.16.1.140:9090"
image
:
172.16.1.212:5050/mcx/ui-web:control-center-latest
# volumes:
# - "/home/gil/git/ui-web/target/app:/usr/share/nginx/html/app"
volumes
:
-
"
/home/gil/git/ui-web/target:/usr/share/nginx/html"
privileged
:
true
### UI-WEB-CLIENT (NGINX + WEB)
ui-web-client
:
image
:
172.16.1.212:5050/mcx/ui-web:client-latest
...
...
@@ -79,13 +80,13 @@ ui-web-client:
### SRG + COMM-LOGIC
comm-logic
:
environment
:
IPG_ENV_PARAMS
:
"
-Dds.ip=172.16.1.
33
:8012#
\
-Dredis.host=172.16.1.
33
#
\
-Dsrg.sip.hostport=172.16.1.
33
:5076#
\
-Dexternal.host.port=172.16.1.
33
:5076#
\
-Drcs.send.message.url=http://172.16.1.
33
:8060/srg/chat/v1/standalone/sendmessage#
\
IPG_ENV_PARAMS
:
"
-Dds.ip=172.16.1.
97
:8012#
\
-Dredis.host=172.16.1.
97
#
\
-Dsrg.sip.hostport=172.16.1.
97
:5076#
\
-Dexternal.host.port=172.16.1.
97
:5076#
\
-Drcs.send.message.url=http://172.16.1.
97
:8060/srg/chat/v1/standalone/sendmessage#
\
-Dpush.server.bulk=20#
\
-Dpush.server.url=172.16.1.
33
:50000#
\
-Dpush.server.url=172.16.1.
97
:50000#
\
-Dserver.worker.threads=1"
USE_DEBUG
:
"
yes"
image
:
172.16.1.212:5050/mcx/comm-logic
...
...
@@ -95,7 +96,7 @@ comm-logic:
# log_driver: fluentd
srg
:
environment
:
IPSIPStack_HostName
:
172.16.1.
33
IPSIPStack_HostName
:
172.16.1.
97
IPSIPStack_InternalHostNameComSrv
:
0.0.0.0
IPSIPStack_NumOfPorts
:
1
IPSIPStack_Port1Number
:
5076
...
...
@@ -103,8 +104,8 @@ srg:
IPSIPStack_UseWebSocket
:
Y
IPSIPStack_WebSocketServerPortNumber
:
7681
SessCntrl_RegisterPortNumber
:
5076
SIPC_MyHostName
:
172.16.1.
33
:8080
SIPC_MCServicesServerHost
:
http://172.16.1.
33
:50030/CommLogic/api/
SIPC_MyHostName
:
172.16.1.
97
:8080
SIPC_MCServicesServerHost
:
http://172.16.1.
97
:50030/CommLogic/api/
# extra_hosts:
# - "pcscf.open-ims.test:0.0.0.0"
# - "scscf.open-ims.test:172.16.1.244"
...
...
@@ -120,16 +121,16 @@ srg:
ds
:
environment
:
IPG_ENV_PARAMS
:
"
-Dmongodb.port=27017#
\
-Dds.mongodb.host=172.16.1.
33
#
\
-Dds.mongodb.host=172.16.1.
97
#
\
-Dredis.port=6379#
\
-Dredis.host=172.16.1.
33
#
\
-Dredis.host=172.16.1.
97
#
\
-DconfigFile.location=/opt/mcx/config#
\
-Dmcz.files.location=/opt/mcx#
\
-Dds.orientdb.url=remote:172.16.1.
33
#
\
-Dds.orientdb.url=remote:172.16.1.
97
#
\
#
-Dds.sap.hana.url=35.156.55.64:8000#
\
-Ddao.use.cache=false#
\
-Ddao.es.activity.url=activityidx/activity#
\
-Ddao.es.activity.hostport=172.16.1.
33
:9200"
-Ddao.es.activity.hostport=172.16.1.
50
:9200"
USE_DEBUG
:
"
yes"
image
:
172.16.1.212:5050/mcx/ds
ports
:
...
...
@@ -139,30 +140,30 @@ ds:
## FRONT END
front-end
:
environment
:
OTP_SERVER
:
"
172.16.1.
33
:8081"
KIBANA_SERVER
:
"
172.16.1.
33
:5601"
OTP_SERVER
:
"
172.16.1.
29
:8081"
KIBANA_SERVER
:
"
172.16.1.
50
:5601"
CAMERA_STREAM
:
"
172.16.1.141:81"
CAMERA_API
:
"
172.16.1.140:9090"
PUBLIC_SAFETY_CAMERA
:
"
24.172.188.211:16000"
TRANSPORTATION_SERVER
:
"
172.16.1.
33
:50035"
PARKING_SERVER
:
"
172.16.1.
33
:50055"
TRANSPORTATION_SERVER
:
"
172.16.1.
50
:50035"
PARKING_SERVER
:
"
172.16.1.
50
:50055"
EMAIL
:
"
avi.junowicz@ipgallery.com"
URL
:
"
ipgallery-mcz
.com"
SUBDOMAINS
:
"
"
URL
:
"
commetoo
.com"
SUBDOMAINS
:
"
mcz
"
TZ
:
"
Israel"
image
:
172.16.1.212:5050/mcx/front-end
ports
:
-
"
80:80"
-
"
443:443"
-
"
444:444"
-
"
80
20
:80"
-
"
8
443:443"
-
"
8
444:444"
links
:
-
ui-api
-
srg
-
ui-web-client
-
ui-web-control
-
public-safety
privileged
:
true
volumes
:
-
"
/home/gil/temp/log:/var/log/nginx"
-
"
/opt/mcz/config-letsencrypt/:/config:rw"
###### mde ###################
mde
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment