Commit 0b9f9bed by Gil Sade

added lets encrypt.

parent 5c9303f0
Showing with 8 additions and 1 deletions
...@@ -63,10 +63,15 @@ push-server: ...@@ -63,10 +63,15 @@ push-server:
ui-web: ui-web:
environment: environment:
OTP_SERVER: "172.16.1.29:8081" OTP_SERVER: "172.16.1.29:8081"
KIBANA_SERVER: "172.16.1.108: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"
EMAIL: "avi.junowicz@ipgallery.com"
URL: "commetoo.com"
SUBDOMAINS: "mcz"
TZ: "Israel"
image: 172.16.1.212:5050/mcx/ui-web image: 172.16.1.212:5050/mcx/ui-web
# image: aptalca/nginx-letsencrypt
ports: ports:
- "8020:80" - "8020:80"
- "8443:443" - "8443:443"
...@@ -75,8 +80,10 @@ ui-web: ...@@ -75,8 +80,10 @@ ui-web:
- ui-api - ui-api
- srg - srg
# - public-safety # - public-safety
privileged: true
volumes: volumes:
- "/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"
### SRG + COMM-LOGIC ### SRG + COMM-LOGIC
comm-logic: comm-logic:
environment: environment:
......
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