Commit be5a55f9 by Avi Junowicz

last docker-compose for server 59 version 1

parent ea1c823e
Showing with 162 additions and 0 deletions
### DS ###
ds:
environment:
IPG_ENV_PARAMS: "-Dmongodb.port=27017#\
-Dds.mongodb.host=172.16.1.59#\
-Dredis.port=6379#\
-Dredis.host=172.16.1.59#\
-DconfigFile.location=/opt/mcx/config#\
-Dmcz.files.location=/opt/mcx#\
-Dds.orientdb.url=remote:172.16.1.59#\
-Ddao.use.cache=false#\
-Ddao.es.activity.url=activityidx/activity#\
-Ddao.es.activity.hostport=172.16.1.59:9200#\
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9080"
image: 172.16.1.212:5050/mcx/ds
ports:
- "8012:8080"
- "7443:8443"
- "9180:9080"
### UI ###
ui-api:
environment:
IPG_ENV_PARAMS: "-DdataLogic.IpAddress=data-logic:50045#\
-Dmongodb.port=27017#\
-Dds.ip.address=ds#\
-Dds.ip=ds:8080#\
-Dsrg.sip.hostport=172.16.1.59:5076#\
-Dmcweb.sip.ip=172.16.1.59:5060#\
-Dmcweb.ip=172.16.1.59:8011#\
-Dredis.host=172.16.1.59#\
-Dredis.port=6379#\
-DconfigFile.location=/opt/mcx/config#\
-Dmcz.files.location=/opt/mcz#\
-Dpush.server.url=172.16.1.59:50000#\
-Drcs.send.message.url=http://172.16.1.59:8060/srg/chat/v1/standalone/sendmessage#\
-Duse.schedular=true#\
-Dconfig.public.address=62.90.235.105:8459#\
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9080"
# env_file:
# - ./common-resin.env
image: 172.16.1.212:5050/mcx/ui
ports:
- "8011:8080"
- "9443:8443"
- "9080:9080"
links:
- ds
- data-logic
- push-server
dns:
- 127.0.1.1
- 8.8.8.8
log_driver: fluentd
# depends_on:
# - "ds"
# example for remote fluentd agent
log_opt:
fluentd-address: 172.16.1.59:24224
volumes:
- "/opt/mcz/user_images:/opt/mcz/user_images"
# fluentd-tag: ui-api
public-safety:
environment:
IPG_ENV_PARAMS: "-Dds.IpAddress=ds:8080#\
-Dredis.host=172.16.1.59#\
-Dinflux.hostport=172.16.1.59:8086"
## USE_DEBUG: yes
image: 172.16.1.212:5050/mcx/public-safety
ports:
- "8100:8000"
- "50005:50005"
dns:
- 127.0.1.1
- 8.8.8.8
links:
- ds
log_driver: fluentd
### DATA-LOGIC ###
data-logic:
environment:
IPG_ENV_PARAMS: "-Dds.IpAddress=172.16.1.59:8012#\
-Dredis.host=172.16.1.59"
# USE_DEBUG: "yes"
image: 172.16.1.212:5050/mcx/data-logic
ports:
- "8110:8000"
- "50045:50045"
log_driver: fluentd
dns:
- 127.0.1.1
- 8.8.8.8
links:
- ds
### PUSH-SERVER ###
push-server:
environment:
IPG_ENV_PARAMS: "-Dredis.host=172.16.1.59"
# USE_DEBUG: yes
image: 172.16.1.212:5050/mcx/push-server
ports:
- "8120:8000"
- "50000:50000"
log_driver: fluentd
### UI-WEB (NGINX + WEB)
ui-web:
environment:
OTP_SERVER: "172.16.1.59:8081"
KIBANA_SERVER: "62.90.235.105:8522"
CAMERA_STREAM: "172.16.1.141:81"
CAMERA_API: "172.16.1.140:9090"
image: 172.16.1.212:5050/mcx/ui-web
ports:
- "80:80"
- "443:443"
- "444:444"
links:
- ui-api
- srg
- public-safety
### SRG + COMM-LOGIC
comm-logic:
environment:
IPG_ENV_PARAMS: "-Dds.ip=ds:8012#\
-Dredis.host=172.16.1.59#\
-Dsrg.sip.hostport=172.16.1.59:5076#\
-Dexternal.host.port=172.16.1.59:5076#\
-Drcs.send.message.url=http://172.16.1.59:8060/srg/chat/v1/standalone/sendmessage#\
-Dpush.server.bulk=20#\
-Dpush.server.url=push-server:50000#\
-Dserver.worker.threads=1"
USE_DEBUG: "yes"
image: 172.16.1.212:5050/mcx/comm-logic
ports:
- "8130:8000"
- "50030:50030"
# - "5060/udp:5060/udp"
log_driver: fluentd
dns:
- 127.0.1.1
- 8.8.8.8
links:
- ds
- push-server
srg:
environment:
IPSIPStack_HostName: 172.16.1.59
IPSIPStack_InternalHostNameComSrv: 0.0.0.0
IPSIPStack_UseWebSocket: Y
IPSIPStack_WebSocketServerPortNumber: 7681
SIPC_MyHostName: 172.16.1.59:8080
SIPC_MCServicesServerHost: http://172.16.1.59:50030/CommLogic/api/
# extra_hosts:
# - "pcscf.open-ims.test:0.0.0.0"
# - "scscf.open-ims.test:172.16.1.244"
image: 172.16.1.132:5000/ipgallery/srg
ports:
- "5076:5076/udp"
- "7681:7681"
- "8060:80"
privileged: true
volumes:
- "/tmp/srg:/cassi/log"
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