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
5a233418
authored
Nov 03, 2016
by
Avi Junowicz
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
new docker compose file for server 29 with letsencrypt
parent
da8c7d6c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
docker/composers/mcx-poc_29.yml
docker/composers/mcx-poc_29.yml
View file @
5a233418
...
@@ -14,7 +14,7 @@ ui-api:
...
@@ -14,7 +14,7 @@ ui-api:
-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=
commetoo.com:8029
#
\
-Dconfig.public.address=
ipgallery-mcz.com
#
\
-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
...
@@ -68,9 +68,13 @@ push-server:
...
@@ -68,9 +68,13 @@ push-server:
ui-web
:
ui-web
:
environment
:
environment
:
OTP_SERVER
:
"
172.16.1.29:8081"
OTP_SERVER
:
"
172.16.1.29:8081"
KIBANA_SERVER
:
"
62.90.235.105:8522
"
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"
EMAIL
:
"
avi.junowicz@ipgallery.com"
URL
:
"
ipgallery-mcz.com"
SUBDOMAINS
:
"
"
TZ
:
"
Israel"
image
:
172.16.1.212:5050/mcx/ui-web
image
:
172.16.1.212:5050/mcx/ui-web
ports
:
ports
:
-
"
80:80"
-
"
80:80"
...
@@ -79,6 +83,9 @@ ui-web:
...
@@ -79,6 +83,9 @@ ui-web:
links
:
links
:
-
ui-api
-
ui-api
-
srg
-
srg
privileged
:
true
volumes
:
-
"
/opt/mcz/config-letsencrypt/:/config:rw"
# - 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