Commit 54e26a3a by amir

fix

parent 7a7568ee
Showing with 0 additions and 18 deletions
...@@ -21,8 +21,6 @@ services: ...@@ -21,8 +21,6 @@ services:
- "/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:
environment: environment:
...@@ -40,9 +38,6 @@ services: ...@@ -40,9 +38,6 @@ services:
image: municipalitybank.com:5050/mcx/ui-web:client-latest image: municipalitybank.com:5050/mcx/ui-web:client-latest
networks: networks:
- backend - backend
depends_on:
- ui-api
- srg
# volumes: # volumes:
# - "/home/amir/temp/log:/var/log/nginx" # - "/home/amir/temp/log:/var/log/nginx"
# - "/home/amir/git/ipgallery/ui-web/target:/usr/share/nginx/html" # - "/home/amir/git/ipgallery/ui-web/target:/usr/share/nginx/html"
...@@ -63,9 +58,6 @@ services: ...@@ -63,9 +58,6 @@ services:
SRG_SERVER_HOSTPORT: "srg:7681" SRG_SERVER_HOSTPORT: "srg:7681"
networks: networks:
- backend - backend
depends_on:
- ui-api
- srg
# volumes: # volumes:
# - "/home/gil/temp/log:/var/log/nginx" # - "/home/gil/temp/log:/var/log/nginx"
# - "/home/gil/git/ui-web/target:/usr/share/nginx/html" # - "/home/gil/git/ui-web/target:/usr/share/nginx/html"
...@@ -97,22 +89,12 @@ services: ...@@ -97,22 +89,12 @@ services:
- "8025:80" - "8025:80"
- "8443:443" - "8443:443"
- "8444:444" - "8444:444"
# links:
# - ui-api
# - srg
# - public-safety-ic
# - ui-web-control
# - ui-web-client
# - ui-web-driver
privileged: true privileged: true
volumes: volumes:
- "/tmp/log:/var/log/nginx" - "/tmp/log:/var/log/nginx"
- "/opt/mcz/config-letsencrypt/:/config:rw" - "/opt/mcz/config-letsencrypt/:/config:rw"
networks: networks:
- backend - backend
depends_on:
- ui-api
- srg
networks: networks:
backend: backend:
driver: bridge driver: bridge
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