Commit 10493b0a by Gil Sade

- added transportation/parking server.

- added sentiment
parent a2ac9921
Showing with 8 additions and 4 deletions
......@@ -12,7 +12,7 @@ ui-api:
-DconfigFile.location=/opt/mcx/config#\
-Dmcz.files.location=/opt/mcz#\
-Dpush.server.url=172.16.1.97:50000#\
-Duse.schedular=true#\
-Duse.schedular=false#\
-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"
......@@ -32,8 +32,8 @@ ui-api:
# environment:
# IPG_ENV_PARAMS: "-Dds.IpAddress=172.16.1.97:8080#\
# -Dredis.host=172.16.1.97#\
# -Dinflux.hostport=172.16.1.97:8086"
# USE_DEBUG: yes
# -Dinflux.hostport=172.16.1.244:8086"
# USE_DEBUG: "yes"
# image: 172.16.1.212:5050/mcx/public-safety
# ports:
# - "8100:8000"
......@@ -66,6 +66,8 @@ ui-web:
KIBANA_SERVER: "172.16.1.29:5601"
CAMERA_STREAM: "172.16.1.141:81"
CAMERA_API: "172.16.1.140:9090"
TRANSPORTATION_SERVER: "172.16.1.151:50035"
PARKING_SERVER: "172.16.1.244:50055"
EMAIL: "avi.junowicz@ipgallery.com"
URL: "commetoo.com"
SUBDOMAINS: "mcz"
......@@ -82,6 +84,7 @@ ui-web:
# - public-safety
privileged: true
volumes:
- "/home/gil/temp/log:/var/log/nginx"
- "/home/gil/git/ui-web/target/app:/usr/share/nginx/html/app"
- "/opt/mcz/config-letsencrypt/:/config:rw"
### SRG + COMM-LOGIC
......@@ -134,9 +137,10 @@ ds:
-DconfigFile.location=/opt/mcx/config#\
-Dmcz.files.location=/opt/mcx#\
-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.29:9200"
-Ddao.es.activity.hostport=172.16.1.244:9200"
USE_DEBUG: "yes"
image: 172.16.1.212:5050/mcx/ds
ports:
......
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