Commit f1f352bf by Adi Amir

update configuration before applying a new one

parent 6441e753
...@@ -94,7 +94,7 @@ services: ...@@ -94,7 +94,7 @@ services:
- "8300:8000" - "8300:8000"
- "50035:50035" - "50035:50035"
extra_hosts: extra_hosts:
- "data.cityofchicago.org:139.59.191.99" - "data.cityofchicago.org:159.65.83.13"
####### parking ################### ####### parking ###################
parking: parking:
environment: environment:
...@@ -155,6 +155,7 @@ services: ...@@ -155,6 +155,7 @@ services:
- "50005:50005" - "50005:50005"
volumes: volumes:
- "/opt/mcx/config/repo/public-safety:/opt/mcx/config/repo/public-safety" - "/opt/mcx/config/repo/public-safety:/opt/mcx/config/repo/public-safety"
- "/opt/mcx/config/public-safety/sensors.chicago.json:/opt/mcx/config/sensors.chicago.json"
networks: networks:
- backend - backend
ui-api: ui-api:
...@@ -385,6 +386,7 @@ services: ...@@ -385,6 +386,7 @@ services:
- "50068:50068" - "50068:50068"
networks: networks:
- backend - backend
networks: networks:
backend: backend:
driver: bridge driver: bridge
...@@ -15,20 +15,6 @@ services: ...@@ -15,20 +15,6 @@ services:
PUBLIC_SAFETY_IC_PORT_50004_TCP_ADDR: "public-safety-ic" PUBLIC_SAFETY_IC_PORT_50004_TCP_ADDR: "public-safety-ic"
SRG_SERVER_HOSTPORT: "srg:7681" SRG_SERVER_HOSTPORT: "srg:7681"
image: municipalitybank.com:5050/mcx/ui-web/control-center-v2:28-cc7ec12 image: municipalitybank.com:5050/mcx/ui-web/control-center-v2:28-cc7ec12
# image: municipalitybank.com:5050/mcx/ui-web/control-center-v2:24-40a7492
# image: municipalitybank.com:5050/mcx/ui-web/control-center-v2:23-9a34ec0
# image: municipalitybank.com:5050/mcx/ui-web/control-center-v2:21-0f94418
# image: municipalitybank.com:5050/mcx/ui-web/control-center-v2:20-0347487
# image: municipalitybank.com:5050/mcx/ui-web/control-center-v2:18-6af4e28
# image: municipalitybank.com:5050/mcx/ui-web/control-center-v2:15-c1f1193
#image: municipalitybank.com:5050/mcx/ui-web/control-center-verticals:13-4f061a9
#image: municipalitybank.com:5050/mcx/ui-web/control-center-verticals:11-685384e
#image: municipalitybank.com:5050/mcx/ui-web/control-center-verticals:9-5b70c6a
#image: municipalitybank.com:5050/mcx/ui-web/control-center-verticals:8-e5ef395
#image: municipalitybank.com:5050/mcx/ui-web/control-center-verticals:7-0a04ab2
#image: municipalitybank.com:5050/mcx/ui-web/control-center-verticals:6-97035d7
#image: municipalitybank.com:5050/mcx/ui-web/control-center-verticals:5-cd322bb
#image: municipalitybank.com:5050/mcx/ui-web/control-center-verticals:4-891383a
volumes: volumes:
- "/opt/mcx/config/repo/public-safety:/usr/share/nginx/html/repo/public-safety" - "/opt/mcx/config/repo/public-safety:/usr/share/nginx/html/repo/public-safety"
networks: networks:
...@@ -55,8 +41,6 @@ services: ...@@ -55,8 +41,6 @@ services:
### UI-WEB-DRIVER (NGINX + WEB) ### UI-WEB-DRIVER (NGINX + WEB)
ui-web-driver: ui-web-driver:
image: municipalitybank.com:5050/ipgallery.web/driver:2-8af1450 image: municipalitybank.com:5050/ipgallery.web/driver:2-8af1450
# image: 172.16.1.212:5050/mcx/ui-web:driver-11-0a1f26cdf30b6734909f9c815a0b98c83b1a2c01
# image: municipalitybank.com:5050/mcx/ui-web:driver-2-963a1f8b75479192f5de29eb797422e67102fdbb
environment: environment:
OTP_SERVER: "ipgallery-mcz.com:8099" OTP_SERVER: "ipgallery-mcz.com:8099"
KIBANA_SERVER: "elk:5601" KIBANA_SERVER: "elk:5601"
...@@ -94,13 +78,9 @@ services: ...@@ -94,13 +78,9 @@ services:
TZ: "Israel" TZ: "Israel"
MAKE_CERT: "true" MAKE_CERT: "true"
image: municipalitybank.com:5050/mcx/front-end:25-4c6b60a image: municipalitybank.com:5050/mcx/front-end:25-4c6b60a
# image: municipalitybank.com:5050/mcx/front-end:24-ebb7806
# image: municipalitybank.com:5050/mcx/front-end:22-aea4c68
# image: municipalitybank.com:5050/mcx/front-end:21-9c64e69
# image: municipalitybank.com:5050/mcx/front-end:20-c0d5a5d
# image: municipalitybank.com:5050/mcx/front-end:19-d2f0bbb
ports: ports:
- "443:443" - "443:443"
- "80:80"
volumes: volumes:
- "/opt/mcz/config-letsencrypt/:/config:rw" - "/opt/mcz/config-letsencrypt/:/config:rw"
- "/opt/mcz/config-letsencrypt/tmp:/var/tmp/nginx:rw" - "/opt/mcz/config-letsencrypt/tmp:/var/tmp/nginx:rw"
......
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