Commit 5a233418 by Avi Junowicz

new docker compose file for server 29 with letsencrypt

parent da8c7d6c
Showing with 9 additions and 2 deletions
......@@ -14,7 +14,7 @@ ui-api:
-Dpush.server.url=172.16.1.29:50000#\
-Drcs.send.message.url=http://172.16.1.29:8060/srg/chat/v1/standalone/sendmessage#\
-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"
# env_file:
# - ./common-resin.env
......@@ -68,9 +68,13 @@ push-server:
ui-web:
environment:
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_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
ports:
- "80:80"
......@@ -79,6 +83,9 @@ ui-web:
links:
- ui-api
- srg
privileged: true
volumes:
- "/opt/mcz/config-letsencrypt/:/config:rw"
# - public-safety
### SRG + COMM-LOGIC
comm-logic:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment