Commit fc0df69a by Gil Sade

add public safety for pedestrians.

parent 92966ff9
...@@ -12,7 +12,7 @@ ui-api: ...@@ -12,7 +12,7 @@ ui-api:
-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.97:50000#\ -Dpush.server.url=172.16.1.97:50000#\
-Dcity.reports=san-diego#\ -Dcity.reports=chicago#\
-Duse.schedular=true#\ -Duse.schedular=true#\
-Dconfig.public.address=commetoo.com:443#\ -Dconfig.public.address=commetoo.com:443#\
-Drcs.send.message.url=http://172.16.1.97:8060/srg/chat/v1/standalone/sendmessage#\ -Drcs.send.message.url=http://172.16.1.97:8060/srg/chat/v1/standalone/sendmessage#\
...@@ -67,7 +67,7 @@ ui-web-control: ...@@ -67,7 +67,7 @@ ui-web-control:
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:/usr/share/nginx/html" # - "/home/gil/git/ui-web/target:/usr/share/nginx/html"
privileged: true # 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
...@@ -75,7 +75,7 @@ ui-web-client: ...@@ -75,7 +75,7 @@ ui-web-client:
- ui-api - ui-api
- srg - srg
volumes: volumes:
# - "/home/gil/temp/log:/var/log/nginx" - "/home/gil/temp/log:/var/log/nginx"
- "/home/gil/git/ui-web/target:/usr/share/nginx/html" - "/home/gil/git/ui-web/target:/usr/share/nginx/html"
### SRG + COMM-LOGIC ### SRG + COMM-LOGIC
comm-logic: comm-logic:
...@@ -146,14 +146,16 @@ public-safety: ...@@ -146,14 +146,16 @@ public-safety:
-DconfigFile.location=/opt/mcx/config/config.properties#\ -DconfigFile.location=/opt/mcx/config/config.properties#\
-DpublicSafety.dsServer.address=172.16.1.97:8012#\ -DpublicSafety.dsServer.address=172.16.1.97:8012#\
-Dds.ip=172.16.1.244:8012#\ -Dds.ip=172.16.1.244:8012#\
-DpublicSafety.mdeServer.address=172.16.1.33:50040#\ -DpublicSafety.mdeServer.address=172.16.1.69:50040#\
-DtenantsFile=/opt/mcx/config/tenants.json#\ -DtenantsFile=/opt/mcx/config/tenants.json#\
-DcrossWalksFile=/opt/mcx/config/ge-crosswalks.json" -DcrossWalksFile=/opt/mcx/config/ge-crosswalks.json"
USE_DEBUG: "yes" USE_DEBUG: "yes"
image: 172.16.1.212:5050/ipgallery/public-safety image: 172.16.1.212:5050/mcx/public-safety
ports: ports:
- "8300:8000" - "8300:8000"
- "50005:50005" - "50005:50005"
volumes:
- "/opt/mcx/config/PublicSafety:/opt/mcx/config"
###### mde ################### ###### mde ###################
#mde: #mde:
# environment: # environment:
...@@ -170,13 +172,13 @@ public-safety: ...@@ -170,13 +172,13 @@ public-safety:
## FRONT END ## FRONT END
front-end: front-end:
environment: environment:
OTP_SERVER: "172.16.1.29:8081" OTP_SERVER: "172.16.1.69:8081"
KIBANA_SERVER: "172.16.1.50:5601" KIBANA_SERVER: "172.16.1.69: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.69:50035"
PARKING_SERVER: "172.16.1.33:50055" PARKING_SERVER: "172.16.1.69:50055"
EMAIL: "avi.junowicz@ipgallery.com" EMAIL: "avi.junowicz@ipgallery.com"
URL: "commetoo.com" URL: "commetoo.com"
SUBDOMAINS: "mcz" SUBDOMAINS: "mcz"
......
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