Commit 54e26a3a by amir

fix

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