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