Commit f76e858c by Gil Sade

fixed mde2 password problem

parent c0f0034c
...@@ -27,7 +27,7 @@ services: ...@@ -27,7 +27,7 @@ services:
###### transportation ################### ###### transportation ###################
transportation: transportation:
environment: environment:
IPG_ENV_PARAMS: "-DdemoMode=minneapolis,modiin,givatayim,san-diego#\ IPG_ENV_PARAMS: "-DdemoMode=minneapolis,modiin,givatayim#\
-Ddemo.changeRandomality=6#\ -Ddemo.changeRandomality=6#\
-DconfigFile.location=/opt/mcx/config/config.properties#\ -DconfigFile.location=/opt/mcx/config/config.properties#\
-DconfigLocation=/opt/mcx/config/#\ -DconfigLocation=/opt/mcx/config/#\
...@@ -123,9 +123,9 @@ services: ...@@ -123,9 +123,9 @@ services:
-Dpush.server.url=push-server:50000#\ -Dpush.server.url=push-server:50000#\
-Duse.schedular=true#\ -Duse.schedular=true#\
-Dcity.reports=san-diego,chicago#\ -Dcity.reports=san-diego,chicago#\
-Dconfig.public.address=ipgallery-mcz.com:8072#\ -Dconfig.public.address=ipgallery-mcz.com#\
-Drcs.send.message.url=http://srg/srg/chat/v1/standalone/sendmessage#\ -Drcs.send.message.url=http://srg/srg/chat/v1/standalone/sendmessage#\
-Dpubsub.url=wss://ipgallery-mcz.com:8072/mqtt#\ -Dpubsub.url=wss://ipgallery-mcz.com/mqtt#\
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9080" -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9080"
image: municipalitybank.com:5050/mcx/ui:13-a788e7f image: municipalitybank.com:5050/mcx/ui:13-a788e7f
ports: ports:
...@@ -227,6 +227,7 @@ services: ...@@ -227,6 +227,7 @@ services:
comm-service: comm-service:
image: municipalitybank.com:5050/mcx/comm-service:1-4-sync-cb image: municipalitybank.com:5050/mcx/comm-service:1-4-sync-cb
# image: municipalitybank.com:5050/mcx/comm-service:latest # image: municipalitybank.com:5050/mcx/comm-service:latest
restart: on-failure
environment: environment:
PARGS: "-m server -p 50000 -s id#rest#http" PARGS: "-m server -p 50000 -s id#rest#http"
log4cpp.console: "yes" log4cpp.console: "yes"
...@@ -279,13 +280,13 @@ services: ...@@ -279,13 +280,13 @@ services:
-Dredis.host=redis#\ -Dredis.host=redis#\
-DloginUserName=ipgallery#\ -DloginUserName=ipgallery#\
-DloginPassword=1PGall3ry#\ -DloginPassword=1PGall3ry#\
-Dsan-jose.loginUsername=operator20@cdp.com#\ -Dsan-jose_loginUsername=operator22@cdp.com#\
-Dsan-jose.loginPassword=4y@Dvc7Q#\ -Dsan-jose_loginPassword=I1dIWjVwSEBo[BASE64]#\
-Dsan-jose.loginClientId=a27b18484c3c4e08a7c193e42c639347#\ -Dsan-jose_loginClientId=a27b18484c3c4e08a7c193e42c639347#\
-Dsan-jose.loginClientSecret=b863de8f453c4a05A88126F45B958CF1" -Dsan-jose_loginClientSecret=b863de8f453c4a05A88126F45B958CF1"
DEBUG_apiService: "yes" DEBUG_apiService: "yes"
image: municipalitybank.com:5050/mcx/mde2:7-2188c62 image: municipalitybank.com:5050/mcx/mde2:8-50c28c6
#image: municipalitybank.com:5050/mcx/mde2:7-2188c62
#image: municipalitybank.com:5050/mcx/mde2:6-1b865d2 #image: municipalitybank.com:5050/mcx/mde2:6-1b865d2
#image: municipalitybank.com:5050/mcx/mde2:5-ea91ef5 #image: municipalitybank.com:5050/mcx/mde2:5-ea91ef5
#image: municipalitybank.com:5050/mcx/mde2:4-36b09f9 #image: municipalitybank.com:5050/mcx/mde2:4-36b09f9
...@@ -305,10 +306,10 @@ services: ...@@ -305,10 +306,10 @@ services:
mqtt: "mqtt:1883" mqtt: "mqtt:1883"
influxdb_hostport: "influxdb:8086" influxdb_hostport: "influxdb:8086"
influxdb_dbname: "mcx_db" influxdb_dbname: "mcx_db"
callbackAddress: "ipgallery-mcz.com:8072/predictions" callbackAddress: "ipgallery-mcz.com/predictions"
image: municipalitybank.com:5050/mcx/predictions image: municipalitybank.com:5050/mcx/predictions
ports: ports:
- "8080:50065" - "50065:50065"
networks: networks:
- backend - backend
networks: networks:
......
...@@ -14,7 +14,9 @@ services: ...@@ -14,7 +14,9 @@ services:
UI_SERVER_HOSTPORT: "ui-api:8080" UI_SERVER_HOSTPORT: "ui-api:8080"
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-verticals:9-5b70c6a 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:8-e5ef395
#image: municipalitybank.com:5050/mcx/ui-web/control-center-verticals:7-0a04ab2 #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:6-97035d7
...@@ -83,7 +85,9 @@ services: ...@@ -83,7 +85,9 @@ services:
URL: "ipgallery-mcz.com" URL: "ipgallery-mcz.com"
TZ: "Israel" TZ: "Israel"
MAKE_CERT: "true" MAKE_CERT: "true"
image: municipalitybank.com:5050/mcx/front-end:20-c0d5a5d 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 # image: municipalitybank.com:5050/mcx/front-end:19-d2f0bbb
ports: ports:
- "443:443" - "443:443"
......
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