Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
devops
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9818d92f
authored
Jul 11, 2016
by
amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add srg, comm-logic and ds
parent
0099e31c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
59 additions
and
2 deletions
docker/composers/mcx-poc.yml
docker/composers/mcx-poc.yml
View file @
9818d92f
...
...
@@ -35,6 +35,7 @@ public-safety:
-
"
8100:8000"
-
"
50005:50005"
log_driver
:
fluentd
### DATA-LOGIC ###
data-logic
:
environment
:
IPG_ENV_PARAMS
:
"
-DdataLogic.ds.IpAddress=172.16.1.97:8080#
\
...
...
@@ -45,6 +46,7 @@ data-logic:
-
"
8110:8000"
-
"
50045:50045"
log_driver
:
fluentd
### PUSH-SERVER ###
push-server
:
environment
:
IPG_ENV_PARAMS
:
"
-Dredis.host=172.16.1.244"
...
...
@@ -54,10 +56,65 @@ push-server:
-
"
8120:8000"
-
"
50000:50000"
log_driver
:
fluentd
### UI-WEB (NGINX + WEB)
ui-web
:
image
:
172.16.1.212:5050/mcx/ui-web
ports
:
-
"
8040:80"
links
:
-
ui-api
-
public-safety
\ No newline at end of file
-
public-safety
### SRG + COMM-LOGIC
comm-logic
:
environment
:
IPG_ENV_PARAMS
:
"
-Dds.ip=172.16.1.97:8080#
\
-Dredis.host=172.16.1.244#
\
-Dsrg.sip.hostport=172.16.1.244:5076#
\
-Dexternal.host.port=172.16.1.244:5076#
\
-Drcs.send.message.url=http://172.16.1.244:8050/srg/chat/v1/standalone/sendmessage#
\
-Dpush.server.bulk=20#
\
-Dpush.server.url=172.16.1.244: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
srg
:
environment
:
IPSIPStack_HostName
:
172.16.1.244
IPSIPStack_InternalHostNameComSrv
:
172.16.1.244
SIPC_MyHostName
:
172.16.1.244:9999
SIPC_MCServicesServerHost
:
http://172.16.1.244: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"
### DS ###
ds
:
environment
:
IPG_ENV_PARAMS
:
"
-Dmongodb.port=27017#
\
-Dds.mongodb.host=172.16.1.244#
\
-Dredis.port=6379#
\
-Dredis.host=172.16.1.244#
\
-DconfigFile.location=/opt/mcx/config#
\
-Dmcz.files.location=/opt/mcx#
\
-Dds.orientdb.url=remote:172.16.1.244#
\
-Ddao.use.cache=false#
\
-Ddao.es.activity.url=activityidx/activity#
\
-Ddao.es.activity.hostport=172.16.1.244: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"
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment