Commit fc0df69a by Gil Sade

add public safety for pedestrians.

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