Commit 5c9303f0 by Avi Junowicz

newest dockercompose for server 29

parent 8a0c7041
Showing with 19 additions and 16 deletions
......@@ -14,7 +14,7 @@ ui-api:
-Dpush.server.url=172.16.1.29:50000#\
-Drcs.send.message.url=http://172.16.1.29:8060/srg/chat/v1/standalone/sendmessage#\
-Duse.schedular=true#\
-Dconfig.public.address=62.90.235.105:8429#\
-Dconfig.public.address=commetoo.com:8029#\
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9080"
# env_file:
# - ./common-resin.env
......@@ -32,23 +32,23 @@ ui-api:
volumes:
- "/opt/mcz/user_images:/opt/mcz/user_images"
# fluentd-tag: ui-api
public-safety:
environment:
IPG_ENV_PARAMS: "-Dds.IpAddress=172.16.1.29:8080#\
-Dredis.host=172.16.1.29#\
-Dinflux.hostport=172.16.1.29:8086"
#public-safety:
# environment:
# IPG_ENV_PARAMS: "-Dds.IpAddress=172.16.1.29:8012#\
# -Dredis.host=172.16.1.29#\
# -Dinflux.hostport=172.16.1.29:8086"
## USE_DEBUG: yes
image: 172.16.1.212:5050/mcx/public-safety
ports:
- "8100:8000"
- "50005:50005"
log_driver: fluentd
# image: 172.16.1.212:5050/mcx/public-safety
# ports:
# - "8100:8000"
# - "50005:50005"
# log_driver: fluentd
### DATA-LOGIC ###
data-logic:
environment:
IPG_ENV_PARAMS: "-Dds.IpAddress=172.16.1.29:8012#\
-Dredis.host=172.16.1.29"
# USE_DEBUG: "yes"
USE_DEBUG: "yes"
image: 172.16.1.212:5050/mcx/data-logic
ports:
- "8110:8000"
......@@ -79,7 +79,7 @@ ui-web:
links:
- ui-api
- srg
- public-safety
# - public-safety
### SRG + COMM-LOGIC
comm-logic:
environment:
......@@ -102,6 +102,9 @@ srg:
environment:
IPSIPStack_HostName: 172.16.1.29
IPSIPStack_InternalHostNameComSrv: 0.0.0.0
IPSIPStack_NumOfPorts: 1
IPSIPStack_Port1Number: 5076
SessCntrl_RegisterPortNumber: 5076
IPSIPStack_UseWebSocket: Y
IPSIPStack_WebSocketServerPortNumber: 7681
SIPC_MyHostName: 172.16.1.29:8080
......@@ -129,10 +132,10 @@ ds:
-Dds.orientdb.url=remote:172.16.1.29#\
-Ddao.use.cache=false#\
-Ddao.es.activity.url=activityidx/activity#\
-Ddao.es.activity.hostport=172.16.1.29:9200#\
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9080"
-Ddao.es.activity.hostport=172.16.1.29:9200"
USE_DEBUG: "yes"
image: 172.16.1.212:5050/mcx/ds
ports:
- "8012:8080"
- "8012:50050"
- "7443:8443"
- "9180:9080"
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