Commit 3d281713 by amir

add control-center adjustments to docker networking

parent 38d7d847
...@@ -61,13 +61,25 @@ services: ...@@ -61,13 +61,25 @@ services:
### UI-WEB-CONTROL (NGINX + WEB) ### UI-WEB-CONTROL (NGINX + WEB)
ui-web-control: ui-web-control:
environment: environment:
OTP_SERVER: "otp:8081"
KIBANA_SERVER: "elk:5601"
CAMERA_STREAM: "62.90.201.74:9081"
CAMERA_API: "62.90.201.74:9090" CAMERA_API: "62.90.201.74:9090"
image: 172.16.1.212:5050/mcx/ui-web:control-center-108-a747b6c55de4fb67ce0220a29a08500b23b60ae5 PUBLIC_SAFETY_CAMERA: "24.172.188.211:16000"
# image: 172.16.1.212:5050/mcx/ui-web:control-center-105-c32f1568bc6435e14af302bc2d835658d39b8e00 TRANSPORTATION_SERVER: "transportation:50035"
PARKING_SERVER: "parking:50055"
PUBLIC_SAFETY_SERVER_HOSTPORT: "public-safety:50005"
UI_SERVER_HOSTPORT: "ui-api:8080"
PUBLIC_SAFETY_IC_PORT_50004_TCP_ADDR: "public-safety-ic"
SRG_SERVER_HOSTPORT: "srg:7681"
# image: 172.16.1.212:5050/mcx/ui-web:control-center-108-a747b6c55de4fb67ce0220a29a08500b23b60ae5
image: municipalitybank.com:5050/mcx/ui-web:control-center-4-bcf87bc0003a3ed214fabb45e684bb837bb593ef
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:
- backend - backend
depends_on:
- ui-api
### UI-WEB-CLIENT (NGINX + WEB) ### UI-WEB-CLIENT (NGINX + WEB)
ui-web-client: ui-web-client:
image: municipalitybank.com:5050/mcx/ui-web:client-8-dea10d499084c4340ed08dd3bedc54a62e127965 image: municipalitybank.com:5050/mcx/ui-web:client-8-dea10d499084c4340ed08dd3bedc54a62e127965
...@@ -88,13 +100,11 @@ services: ...@@ -88,13 +100,11 @@ services:
- backend - backend
depends_on: depends_on:
- ui-api - ui-api
- srg
# Driver # Driver
ui-web-driver: ui-web-driver:
# image: 172.16.1.212:5050/mcx/ui-web:driver-11-0a1f26cdf30b6734909f9c815a0b98c83b1a2c01 # image: 172.16.1.212:5050/mcx/ui-web:driver-11-0a1f26cdf30b6734909f9c815a0b98c83b1a2c01
image: municipalitybank.com:5050/mcx/ui-web:driver-2-963a1f8b75479192f5de29eb797422e67102fdbb image: municipalitybank.com:5050/mcx/ui-web:driver-2-963a1f8b75479192f5de29eb797422e67102fdbb
links:
- ui-api
- srg
environment: environment:
OTP_SERVER: "otp:8081" OTP_SERVER: "otp:8081"
KIBANA_SERVER: "elk:5601" KIBANA_SERVER: "elk:5601"
...@@ -110,7 +120,8 @@ services: ...@@ -110,7 +120,8 @@ services:
networks: networks:
- backend - backend
depends_on: depends_on:
- ui-api - ui-api
- srg
### 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