Commit 88183a68 by Gil Sade

fixed - debugging web online

parent 2ca71e7c
ui-api: ui-api:
environment: environment:
IPG_ENV_PARAMS: "-DdataLogic.IpAddress=172.16.1.33:50045#\ IPG_ENV_PARAMS: "-DdataLogic.IpAddress=172.16.1.97:50045#\
-Dmongodb.port=27017#\ -Dmongodb.port=27017#\
-Dds.ip.address=172.16.1.33#\ -Dds.ip.address=172.16.1.97#\
-Dds.ip=172.16.1.33:8012#\ -Dds.ip=172.16.1.97:8012#\
-Dsrg.sip.hostport=172.16.1.33:5076#\ -Dsrg.sip.hostport=172.16.1.97:5076#\
-Dmcweb.sip.ip=172.16.1.33:5060#\ -Dmcweb.sip.ip=172.16.1.97:5060#\
-Dmcweb.ip=172.16.1.33:8011#\ -Dmcweb.ip=172.16.1.97:8011#\
-Dredis.host=172.16.1.33#\ -Dredis.host=172.16.1.97#\
-Dredis.port=6379#\ -Dredis.port=6379#\
-DconfigFile.location=/opt/mcx/config#\ -DconfigFile.location=/opt/mcx/config#\
-Dmcz.files.location=/opt/mcz#\ -Dmcz.files.location=/opt/mcz#\
-Dpush.server.url=172.16.1.33:50000#\ -Dpush.server.url=172.16.1.97:50000#\
-Duse.schedular=true#\
-Dcity.reports=san-diego#\ -Dcity.reports=san-diego#\
-Dconfig.public.address=ipgallery-mcz.com:8033#\ -Duse.schedular=true#\
-Drcs.send.message.url=http://172.16.1.33:8060/srg/chat/v1/standalone/sendmessage#\ -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" -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9080"
image: 172.16.1.212:5050/mcx/ui image: 172.16.1.212:5050/mcx/ui
ports: ports:
...@@ -27,12 +27,12 @@ ui-api: ...@@ -27,12 +27,12 @@ ui-api:
# log_driver: fluentd # log_driver: fluentd
# example for remote fluentd agent # example for remote fluentd agent
# log_opt: # log_opt:
# fluentd-address: 172.16.1.33:24224 # fluentd-address: 172.16.1.97:24224
# fluentd-tag: ui-api # fluentd-tag: ui-api
#public-safety: #public-safety:
# environment: # environment:
# IPG_ENV_PARAMS: "-Dds.IpAddress=172.16.1.33:8080#\ # IPG_ENV_PARAMS: "-Dds.IpAddress=172.16.1.97:8080#\
# -Dredis.host=172.16.1.33#\ # -Dredis.host=172.16.1.97#\
# -Dinflux.hostport=172.16.1.244:8086" # -Dinflux.hostport=172.16.1.244:8086"
# USE_DEBUG: "yes" # USE_DEBUG: "yes"
# image: 172.16.1.212:5050/mcx/public-safety # image: 172.16.1.212:5050/mcx/public-safety
...@@ -43,8 +43,8 @@ ui-api: ...@@ -43,8 +43,8 @@ ui-api:
### DATA-LOGIC ### ### DATA-LOGIC ###
data-logic: data-logic:
environment: environment:
IPG_ENV_PARAMS: "-Dds.IpAddress=172.16.1.33:8012#\ IPG_ENV_PARAMS: "-Dds.IpAddress=172.16.1.97:8012#\
-Dredis.host=172.16.1.33" -Dredis.host=172.16.1.97"
image: 172.16.1.212:5050/mcx/data-logic image: 172.16.1.212:5050/mcx/data-logic
ports: ports:
- "8110:8000" - "8110:8000"
...@@ -53,7 +53,7 @@ data-logic: ...@@ -53,7 +53,7 @@ data-logic:
### PUSH-SERVER ### ### PUSH-SERVER ###
push-server: push-server:
environment: environment:
IPG_ENV_PARAMS: "-Dredis.host=172.16.1.33" IPG_ENV_PARAMS: "-Dredis.host=172.16.1.97"
USE_DEBUG: "yes" USE_DEBUG: "yes"
image: 172.16.1.212:5050/mcx/push-server image: 172.16.1.212:5050/mcx/push-server
ports: ports:
...@@ -65,8 +65,9 @@ ui-web-control: ...@@ -65,8 +65,9 @@ ui-web-control:
environment: environment:
CAMERA_API: "172.16.1.140:9090" CAMERA_API: "172.16.1.140:9090"
image: 172.16.1.212:5050/mcx/ui-web:control-center-latest image: 172.16.1.212:5050/mcx/ui-web:control-center-latest
# volumes: volumes:
# - "/home/gil/git/ui-web/target/app:/usr/share/nginx/html/app" - "/home/gil/git/ui-web/target:/usr/share/nginx/html"
privileged: true
### UI-WEB-CLIENT (NGINX + WEB) ### UI-WEB-CLIENT (NGINX + WEB)
ui-web-client: ui-web-client:
image: 172.16.1.212:5050/mcx/ui-web:client-latest image: 172.16.1.212:5050/mcx/ui-web:client-latest
...@@ -79,13 +80,13 @@ ui-web-client: ...@@ -79,13 +80,13 @@ ui-web-client:
### SRG + COMM-LOGIC ### SRG + COMM-LOGIC
comm-logic: comm-logic:
environment: environment:
IPG_ENV_PARAMS: "-Dds.ip=172.16.1.33:8012#\ IPG_ENV_PARAMS: "-Dds.ip=172.16.1.97:8012#\
-Dredis.host=172.16.1.33#\ -Dredis.host=172.16.1.97#\
-Dsrg.sip.hostport=172.16.1.33:5076#\ -Dsrg.sip.hostport=172.16.1.97:5076#\
-Dexternal.host.port=172.16.1.33:5076#\ -Dexternal.host.port=172.16.1.97:5076#\
-Drcs.send.message.url=http://172.16.1.33:8060/srg/chat/v1/standalone/sendmessage#\ -Drcs.send.message.url=http://172.16.1.97:8060/srg/chat/v1/standalone/sendmessage#\
-Dpush.server.bulk=20#\ -Dpush.server.bulk=20#\
-Dpush.server.url=172.16.1.33:50000#\ -Dpush.server.url=172.16.1.97:50000#\
-Dserver.worker.threads=1" -Dserver.worker.threads=1"
USE_DEBUG: "yes" USE_DEBUG: "yes"
image: 172.16.1.212:5050/mcx/comm-logic image: 172.16.1.212:5050/mcx/comm-logic
...@@ -95,7 +96,7 @@ comm-logic: ...@@ -95,7 +96,7 @@ comm-logic:
# log_driver: fluentd # log_driver: fluentd
srg: srg:
environment: environment:
IPSIPStack_HostName: 172.16.1.33 IPSIPStack_HostName: 172.16.1.97
IPSIPStack_InternalHostNameComSrv: 0.0.0.0 IPSIPStack_InternalHostNameComSrv: 0.0.0.0
IPSIPStack_NumOfPorts: 1 IPSIPStack_NumOfPorts: 1
IPSIPStack_Port1Number: 5076 IPSIPStack_Port1Number: 5076
...@@ -103,8 +104,8 @@ srg: ...@@ -103,8 +104,8 @@ srg:
IPSIPStack_UseWebSocket: Y IPSIPStack_UseWebSocket: Y
IPSIPStack_WebSocketServerPortNumber: 7681 IPSIPStack_WebSocketServerPortNumber: 7681
SessCntrl_RegisterPortNumber: 5076 SessCntrl_RegisterPortNumber: 5076
SIPC_MyHostName: 172.16.1.33:8080 SIPC_MyHostName: 172.16.1.97:8080
SIPC_MCServicesServerHost: http://172.16.1.33:50030/CommLogic/api/ SIPC_MCServicesServerHost: http://172.16.1.97:50030/CommLogic/api/
# extra_hosts: # extra_hosts:
# - "pcscf.open-ims.test:0.0.0.0" # - "pcscf.open-ims.test:0.0.0.0"
# - "scscf.open-ims.test:172.16.1.244" # - "scscf.open-ims.test:172.16.1.244"
...@@ -120,16 +121,16 @@ srg: ...@@ -120,16 +121,16 @@ srg:
ds: ds:
environment: environment:
IPG_ENV_PARAMS: "-Dmongodb.port=27017#\ IPG_ENV_PARAMS: "-Dmongodb.port=27017#\
-Dds.mongodb.host=172.16.1.33#\ -Dds.mongodb.host=172.16.1.97#\
-Dredis.port=6379#\ -Dredis.port=6379#\
-Dredis.host=172.16.1.33#\ -Dredis.host=172.16.1.97#\
-DconfigFile.location=/opt/mcx/config#\ -DconfigFile.location=/opt/mcx/config#\
-Dmcz.files.location=/opt/mcx#\ -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#\ # -Dds.sap.hana.url=35.156.55.64:8000#\
-Ddao.use.cache=false#\ -Ddao.use.cache=false#\
-Ddao.es.activity.url=activityidx/activity#\ -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" USE_DEBUG: "yes"
image: 172.16.1.212:5050/mcx/ds image: 172.16.1.212:5050/mcx/ds
ports: ports:
...@@ -139,30 +140,30 @@ ds: ...@@ -139,30 +140,30 @@ ds:
## FRONT END ## FRONT END
front-end: front-end:
environment: environment:
OTP_SERVER: "172.16.1.33:8081" OTP_SERVER: "172.16.1.29:8081"
KIBANA_SERVER: "172.16.1.33:5601" KIBANA_SERVER: "172.16.1.50:5601"
CAMERA_STREAM: "172.16.1.141:81" CAMERA_STREAM: "172.16.1.141:81"
CAMERA_API: "172.16.1.140:9090" CAMERA_API: "172.16.1.140:9090"
PUBLIC_SAFETY_CAMERA: "24.172.188.211:16000" PUBLIC_SAFETY_CAMERA: "24.172.188.211:16000"
TRANSPORTATION_SERVER: "172.16.1.33:50035" TRANSPORTATION_SERVER: "172.16.1.50:50035"
PARKING_SERVER: "172.16.1.33:50055" PARKING_SERVER: "172.16.1.50:50055"
EMAIL: "avi.junowicz@ipgallery.com" EMAIL: "avi.junowicz@ipgallery.com"
URL: "ipgallery-mcz.com" URL: "commetoo.com"
SUBDOMAINS: "" SUBDOMAINS: "mcz"
TZ: "Israel" TZ: "Israel"
image: 172.16.1.212:5050/mcx/front-end image: 172.16.1.212:5050/mcx/front-end
ports: ports:
- "80:80" - "8020:80"
- "443:443" - "8443:443"
- "444:444" - "8444:444"
links: links:
- ui-api - ui-api
- srg - srg
- ui-web-client - ui-web-client
- ui-web-control - ui-web-control
- public-safety
privileged: true privileged: true
volumes: volumes:
- "/home/gil/temp/log:/var/log/nginx"
- "/opt/mcz/config-letsencrypt/:/config:rw" - "/opt/mcz/config-letsencrypt/:/config:rw"
###### mde ################### ###### mde ###################
mde: mde:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment