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
7aac2313
authored
Jan 11, 2017
by
Gil Sade
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
added public safety
parent
60f746a6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
32 deletions
docker/composers/mcx-poc-front-control-client.yml
docker/composers/mcx-poc-front-control-client.yml
View file @
7aac2313
...
...
@@ -65,8 +65,8 @@ ui-web-control:
environment
:
CAMERA_API
:
"
172.16.1.140:9090"
image
:
172.16.1.212:5050/mcx/ui-web:control-center-latest
volumes
:
-
"
/home/gil/git/ui-web/target:/usr/share/nginx/html"
#
volumes:
#
- "/home/gil/git/ui-web/target:/usr/share/nginx/html"
privileged
:
true
### UI-WEB-CLIENT (NGINX + WEB)
ui-web-client
:
...
...
@@ -74,9 +74,9 @@ ui-web-client:
links
:
-
ui-api
-
srg
#
volumes:
volumes
:
# - "/home/gil/temp/log:/var/log/nginx"
# - "/home/gil/git/ui-web-client/target/app:/usr/share/nginx/html/app
"
-
"
/home/gil/git/ui-web/target:/usr/share/nginx/html
"
### SRG + COMM-LOGIC
comm-logic
:
environment
:
...
...
@@ -137,6 +137,36 @@ ds:
-
"
8012:50050"
-
"
7443:8443"
-
"
8190:8000"
## PUBLIC SFAETY
public-safety
:
environment
:
IPG_ENV_PARAMS
:
"
-DdemoMode=true#
\
-Dtransportation.updateCrosswalkTimeout=300000#
\
-Dhystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=10000#
\
-DconfigFile.location=/opt/mcx/config/config.properties#
\
-DpublicSafety.dsServer.address=172.16.1.97:8012#
\
-Dds.ip=172.16.1.244:8012#
\
-DpublicSafety.mdeServer.address=172.16.1.33:50040#
\
-DtenantsFile=/opt/mcx/config/tenants.json#
\
-DcrossWalksFile=/opt/mcx/config/ge-crosswalks.json"
USE_DEBUG
:
"
yes"
image
:
172.16.1.212:5050/ipgallery/public-safety
ports
:
-
"
8300:8000"
-
"
50005:50005"
###### mde ###################
#mde:
# environment:
# IPG_ENV_PARAMS: "-Dds.IpAddress=172.16.1.33:8012#\
# -Dredis.host=172.16.1.33"
# USE_DEBUG: "yes"
# image: 172.16.1.212:5050/mcx/mde
# ports:
# - "8200:8000"
# - "50040:50040"
# extra_hosts:
# - "parking:172.16.1.33"
# - "transportation:172.16.1.33"
## FRONT END
front-end
:
environment
:
...
...
@@ -145,8 +175,8 @@ front-end:
CAMERA_STREAM
:
"
172.16.1.141:81"
CAMERA_API
:
"
172.16.1.140:9090"
PUBLIC_SAFETY_CAMERA
:
"
24.172.188.211:16000"
TRANSPORTATION_SERVER
:
"
172.16.1.
50
:50035"
PARKING_SERVER
:
"
172.16.1.
50
:50055"
TRANSPORTATION_SERVER
:
"
172.16.1.
33
:50035"
PARKING_SERVER
:
"
172.16.1.
33
:50055"
EMAIL
:
"
avi.junowicz@ipgallery.com"
URL
:
"
commetoo.com"
SUBDOMAINS
:
"
mcz"
...
...
@@ -159,35 +189,10 @@ front-end:
links
:
-
ui-api
-
srg
-
public-safety
-
ui-web-client
-
ui-web-control
privileged
:
true
volumes
:
-
"
/home/gil/temp/log:/var/log/nginx"
-
"
/opt/mcz/config-letsencrypt/:/config:rw"
###### mde ###################
mde
:
environment
:
IPG_ENV_PARAMS
:
"
-Dds.IpAddress=172.16.1.33:8012#
\
-Dredis.host=172.16.1.33"
USE_DEBUG
:
"
yes"
image
:
172.16.1.212:5050/mcx/mde
ports
:
-
"
8200:8000"
-
"
50040:50040"
extra_hosts
:
-
"
parking:172.16.1.33"
-
"
transportation:172.16.1.33"
## Public Safety ####
public-safety
:
environment
:
IPG_ENV_PARAMS
:
"
-Dds.IpAddress=172.16.1.33:8012#
\
-Dredis.host=172.16.1.33#
\
-Duse.iot.reporting=false"
USE_DEBUG
:
"
yes"
image
:
172.16.1.212:5050/mcx/public-safety
ports
:
-
"
50005:50005"
volumes
:
-
"
/opt/mcx/config/PublicSafety/:/opt/mcx/config/PublicSafety/"
# log_driver: fluentd
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