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
ff2367d4
authored
Jul 07, 2016
by
amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add data logic and push-server, data logic was tested
parent
444f881b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
8 deletions
docker/composers/mcx-poc.yml
docker/composers/mcx-poc.yml
View file @
ff2367d4
ui-api
:
environment
:
IPG_ENV_PARAMS
:
"
-DdataLogic.IpAddress=172.16.1
51:9009
#
\
IPG_ENV_PARAMS
:
"
-DdataLogic.IpAddress=172.16.1
.244:50045
#
\
-Dmongodb.port=27017#
\
-Dds.ip.address=172.16.1.97#
\
-Dds.ip=172.16.1.97:8080#
\
...
...
@@ -12,7 +12,9 @@ ui-api:
-Dmcpresence.sip.ip=1.1.1.1:9999#
\
-Dredis.port=6379#
\
-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:
# - ./common-resin.env
image
:
172.16.1.212:5050/mcx/ui
...
...
@@ -20,19 +22,33 @@ ui-api:
-
"
8010:8080"
-
"
8443:8443"
-
"
9080:9080"
#entrypoint: /bin/bash
#stdin_open: true
#tty: true
public-safety
:
environment
:
IPG_ENV_PARAMS
:
"
-Dds.IpAddress=172.16.1.97:8080#
\
-Dredis.host=172.16.1.244#
\
-Dinflux.hostport=172.16.1.244:8086"
USE_DEBUG
:
yes
#
USE_DEBUG: yes
image
:
172.16.1.212:5050/mcx/public-safety
ports
:
# - "8000:8000"
-
"
50005:50005"
-
"
8100:8000"
-
"
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
:
image
:
172.16.1.212:5050/mcx/ui-web
ports
:
...
...
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