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
ea1c823e
authored
Aug 02, 2016
by
Avi Junowicz
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
last docker-compose for server 29
parent
883339c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
7 deletions
docker/composers/mcx-poc_29.yml
docker/composers/mcx-poc_29.yml
View file @
ea1c823e
...
@@ -10,10 +10,11 @@ ui-api:
...
@@ -10,10 +10,11 @@ ui-api:
-Dredis.host=172.16.1.29#
\
-Dredis.host=172.16.1.29#
\
-Dredis.port=6379#
\
-Dredis.port=6379#
\
-DconfigFile.location=/opt/mcx/config#
\
-DconfigFile.location=/opt/mcx/config#
\
-Dmcz.files.location=/opt/mc
x
#
\
-Dmcz.files.location=/opt/mc
z
#
\
-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#
\
-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
...
@@ -28,6 +29,8 @@ ui-api:
...
@@ -28,6 +29,8 @@ ui-api:
# example for remote fluentd agent
# example for remote fluentd agent
log_opt
:
log_opt
:
fluentd-address
:
172.16.1.29:24224
fluentd-address
:
172.16.1.29:24224
volumes
:
-
"
/opt/mcz/user_images:/opt/mcz/user_images"
# fluentd-tag: ui-api
# fluentd-tag: ui-api
public-safety
:
public-safety
:
environment
:
environment
:
...
@@ -40,7 +43,7 @@ public-safety:
...
@@ -40,7 +43,7 @@ public-safety:
-
"
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#
\
...
@@ -63,6 +66,11 @@ push-server:
...
@@ -63,6 +66,11 @@ push-server:
log_driver
:
fluentd
log_driver
:
fluentd
### UI-WEB (NGINX + WEB)
### UI-WEB (NGINX + WEB)
ui-web
:
ui-web
:
environment
:
OTP_SERVER
:
"
172.16.1.29: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
image
:
172.16.1.212:5050/mcx/ui-web
ports
:
ports
:
-
"
80:80"
-
"
80:80"
...
@@ -111,7 +119,7 @@ srg:
...
@@ -111,7 +119,7 @@ srg:
-
"
/tmp/srg:/cassi/log"
-
"
/tmp/srg:/cassi/log"
### DS ###
### DS ###
ds
:
ds
:
environment
:
environment
:
IPG_ENV_PARAMS
:
"
-Dmongodb.port=27017#
\
IPG_ENV_PARAMS
:
"
-Dmongodb.port=27017#
\
-Dds.mongodb.host=172.16.1.29#
\
-Dds.mongodb.host=172.16.1.29#
\
-Dredis.port=6379#
\
-Dredis.port=6379#
\
...
@@ -124,7 +132,7 @@ ds:
...
@@ -124,7 +132,7 @@ ds:
-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"
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9080"
image
:
172.16.1.212:5050/mcx/ds
image
:
172.16.1.212:5050/mcx/ds
ports
:
ports
:
-
"
8012:8080"
-
"
8012:8080"
-
"
7443:8443"
-
"
7443:8443"
-
"
9180:9080"
-
"
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