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
f1e60cbd
authored
Jul 26, 2016
by
Gil Sade
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
added env. variables to UI_WEB
parent
ccfe25a9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
docker/composers/mcx-poc.yml
docker/composers/mcx-poc.yml
View file @
f1e60cbd
...
@@ -10,10 +10,10 @@ ui-api:
...
@@ -10,10 +10,10 @@ ui-api:
-Dredis.host=172.16.1.97#
\
-Dredis.host=172.16.1.97#
\
-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.97:50000#
\
-Dpush.server.url=172.16.1.97:50000#
\
-Duse.schedular=true#
\
-Duse.schedular=true#
\
-Dconfig.public.address=172.16.1.9:8020#
\
-Dconfig.public.address=172.16.1.9
7
:8020#
\
-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"
# env_file:
# env_file:
...
@@ -23,6 +23,8 @@ ui-api:
...
@@ -23,6 +23,8 @@ ui-api:
-
"
8011:8080"
-
"
8011:8080"
-
"
9443:8443"
-
"
9443:8443"
-
"
9080:9080"
-
"
9080:9080"
volumes
:
-
"
/opt/mcz/user_images:/opt/mcz/user_images"
# log_driver: fluentd
# log_driver: fluentd
# depends_on:
# depends_on:
# - "ds"
# - "ds"
...
@@ -64,6 +66,11 @@ push-server:
...
@@ -64,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
:
-
"
8020:80"
-
"
8020:80"
...
@@ -72,6 +79,8 @@ ui-web:
...
@@ -72,6 +79,8 @@ ui-web:
links
:
links
:
-
ui-api
-
ui-api
-
srg
-
srg
volumes
:
-
"
/opt/mcz/user_images:/opt/mcz/user_images"
# - public-safety
# - public-safety
### SRG + COMM-LOGIC
### SRG + COMM-LOGIC
comm-logic
:
comm-logic
:
...
...
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