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
10493b0a
authored
Nov 30, 2016
by
Gil Sade
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
- added transportation/parking server.
- added sentiment
parent
a2ac9921
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
docker/composers/mcx-poc.yml
docker/composers/mcx-poc.yml
View file @
10493b0a
...
@@ -12,7 +12,7 @@ ui-api:
...
@@ -12,7 +12,7 @@ ui-api:
-DconfigFile.location=/opt/mcx/config#
\
-DconfigFile.location=/opt/mcx/config#
\
-Dmcz.files.location=/opt/mcz#
\
-Dmcz.files.location=/opt/mcz#
\
-Dpush.server.url=172.16.1.97:50000#
\
-Dpush.server.url=172.16.1.97:50000#
\
-Duse.schedular=
tru
e#
\
-Duse.schedular=
fals
e#
\
-Dconfig.public.address=commetoo.com:443#
\
-Dconfig.public.address=commetoo.com:443#
\
-Drcs.send.message.url=http://172.16.1.97:8060/srg/chat/v1/standalone/sendmessage#
\
-Drcs.send.message.url=http://172.16.1.97:8060/srg/chat/v1/standalone/sendmessage#
\
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9080"
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9080"
...
@@ -32,8 +32,8 @@ ui-api:
...
@@ -32,8 +32,8 @@ ui-api:
# 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.97#\
# -Dredis.host=172.16.1.97#\
# -Dinflux.hostport=172.16.1.
97
: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:
# - "8100:8000"
# - "8100:8000"
...
@@ -66,6 +66,8 @@ ui-web:
...
@@ -66,6 +66,8 @@ ui-web:
KIBANA_SERVER
:
"
172.16.1.29:5601"
KIBANA_SERVER
:
"
172.16.1.29:5601"
CAMERA_STREAM
:
"
172.16.1.141:81"
CAMERA_STREAM
:
"
172.16.1.141:81"
CAMERA_API
:
"
172.16.1.140:9090"
CAMERA_API
:
"
172.16.1.140:9090"
TRANSPORTATION_SERVER
:
"
172.16.1.151:50035"
PARKING_SERVER
:
"
172.16.1.244:50055"
EMAIL
:
"
avi.junowicz@ipgallery.com"
EMAIL
:
"
avi.junowicz@ipgallery.com"
URL
:
"
commetoo.com"
URL
:
"
commetoo.com"
SUBDOMAINS
:
"
mcz"
SUBDOMAINS
:
"
mcz"
...
@@ -82,6 +84,7 @@ ui-web:
...
@@ -82,6 +84,7 @@ ui-web:
# - public-safety
# - public-safety
privileged
:
true
privileged
:
true
volumes
:
volumes
:
-
"
/home/gil/temp/log:/var/log/nginx"
-
"
/home/gil/git/ui-web/target/app:/usr/share/nginx/html/app"
-
"
/home/gil/git/ui-web/target/app:/usr/share/nginx/html/app"
-
"
/opt/mcz/config-letsencrypt/:/config:rw"
-
"
/opt/mcz/config-letsencrypt/:/config:rw"
### SRG + COMM-LOGIC
### SRG + COMM-LOGIC
...
@@ -134,9 +137,10 @@ ds:
...
@@ -134,9 +137,10 @@ ds:
-DconfigFile.location=/opt/mcx/config#
\
-DconfigFile.location=/opt/mcx/config#
\
-Dmcz.files.location=/opt/mcx#
\
-Dmcz.files.location=/opt/mcx#
\
-Dds.orientdb.url=remote:172.16.1.97#
\
-Dds.orientdb.url=remote:172.16.1.97#
\
-Dds.sap.hana.url=35.156.55.64:8000#
\
-Ddao.use.cache=false#
\
-Ddao.use.cache=false#
\
-Ddao.es.activity.url=activityidx/activity#
\
-Ddao.es.activity.url=activityidx/activity#
\
-Ddao.es.activity.hostport=172.16.1.2
9
:9200"
-Ddao.es.activity.hostport=172.16.1.2
44
:9200"
USE_DEBUG
:
"
yes"
USE_DEBUG
:
"
yes"
image
:
172.16.1.212:5050/mcx/ds
image
:
172.16.1.212:5050/mcx/ds
ports
:
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