|
@@ -34,7 +34,7 @@ services:
|
34
|
34
|
- ${settings_dir}:/opt/bizgaze/wwwroot/settings
|
35
|
35
|
- ${_files_dir}:/opt/bizgaze/wwwroot/_files
|
36
|
36
|
environment:
|
37
|
|
- - appversion=1122
|
|
37
|
+ - appversion=1123
|
38
|
38
|
- ConnectionStrings__common=server=postgresql_${containername};port=2424;Database=qa_common_tenant;User id=postgres;Password=Bizgaze@123;MaxPoolSize=5000;Connection Lifetime=300
|
39
|
39
|
- ConnectionStrings__common_nsdb=qa_common_tenant
|
40
|
40
|
- ConnectionStrings__nsdb_remoteconnection=mongodb://admin:Bizgaze%40123@mongodb_${containername}:27017/authSource={{mongo_db}}&ssl=false?authSource=admin&readPreference=primary&directConnection=true&ssl=false
|
|
@@ -49,7 +49,7 @@ services:
|
49
|
49
|
ports:
|
50
|
50
|
- "${assetsport}:80"
|
51
|
51
|
environment:
|
52
|
|
- - assetsversion=1121
|
|
52
|
+ - assetsversion=1122
|
53
|
53
|
|
54
|
54
|
bizgaze_automation:
|
55
|
55
|
image: harbor.hireserver.com/${reponame}/automation:latest
|
|
@@ -57,7 +57,7 @@ services:
|
57
|
57
|
volumes:
|
58
|
58
|
- ${automation_appsettings}:/opt/automation/appsettings.json
|
59
|
59
|
environment:
|
60
|
|
- - automationversion=1121
|
|
60
|
+ - automationversion=1122
|
61
|
61
|
- ConnectionStrings__common=server=postgresql_${containername};port=2424;Database=bizgaze_common_demo_0905;User id=postgres;Password=Bizgaze@123;MaxPoolSize=5000;Connection Lifetime=300
|
62
|
62
|
- ConnectionStrings__common_nsdb=bizgaze_common_demo_0905
|
63
|
63
|
- ConnectionStrings__nsdb_remoteconnection=mongodb://admin:Bizgaze%40123@mongodb_${containername}:27017/authSource={{mongo_db}}&ssl=false?authSource=admin&readPreference=primary&directConnection=true&ssl=false
|