Commit ff2367d4 by amir

add data logic and push-server, data logic was tested

parent 444f881b
Showing with 24 additions and 8 deletions
ui-api: ui-api:
environment: environment:
IPG_ENV_PARAMS: "-DdataLogic.IpAddress=172.16.151:9009#\ IPG_ENV_PARAMS: "-DdataLogic.IpAddress=172.16.1.244:50045#\
-Dmongodb.port=27017#\ -Dmongodb.port=27017#\
-Dds.ip.address=172.16.1.97#\ -Dds.ip.address=172.16.1.97#\
-Dds.ip=172.16.1.97:8080#\ -Dds.ip=172.16.1.97:8080#\
...@@ -12,7 +12,9 @@ ui-api: ...@@ -12,7 +12,9 @@ ui-api:
-Dmcpresence.sip.ip=1.1.1.1:9999#\ -Dmcpresence.sip.ip=1.1.1.1:9999#\
-Dredis.port=6379#\ -Dredis.port=6379#\
-DconfigFile.location=/opt/mcx/config#\ -DconfigFile.location=/opt/mcx/config#\
-Dmcz.files.location=/opt/mcx" -Dmcz.files.location=/opt/mcx#\
-Dpush.server.url=172.16.1.73:8080#\
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9080"
# env_file: # env_file:
# - ./common-resin.env # - ./common-resin.env
image: 172.16.1.212:5050/mcx/ui image: 172.16.1.212:5050/mcx/ui
...@@ -20,19 +22,33 @@ ui-api: ...@@ -20,19 +22,33 @@ ui-api:
- "8010:8080" - "8010:8080"
- "8443:8443" - "8443:8443"
- "9080:9080" - "9080:9080"
#entrypoint: /bin/bash
#stdin_open: true
#tty: true
public-safety: public-safety:
environment: environment:
IPG_ENV_PARAMS: "-Dds.IpAddress=172.16.1.97:8080#\ IPG_ENV_PARAMS: "-Dds.IpAddress=172.16.1.97:8080#\
-Dredis.host=172.16.1.244#\ -Dredis.host=172.16.1.244#\
-Dinflux.hostport=172.16.1.244:8086" -Dinflux.hostport=172.16.1.244: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:
# - "8000:8000" - "8100:8000"
- "50005:50005" - "50005:50005"
data-logic:
environment:
IPG_ENV_PARAMS: "-DdataLogic.ds.IpAddress=172.16.1.97:8080#\
-Dredis.host=172.16.1.244"
# USE_DEBUG: "yes"
image: 172.16.1.212:5050/mcx/data-logic
ports:
- "8110:8000"
- "50045:50045"
push-server:
environment:
IPG_ENV_PARAMS: "-Dredis.host=172.16.1.244"
USE_DEBUG: yes
image: 172.16.1.212:5050/mcx/push-server
ports:
- "8120:8000"
- "50000:50000"
ui-web: ui-web:
image: 172.16.1.212:5050/mcx/ui-web image: 172.16.1.212:5050/mcx/ui-web
ports: 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