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