|
|
|
|
33
|
- ${settings_dir}:/opt/bizgaze/wwwroot/settings
|
33
|
- ${settings_dir}:/opt/bizgaze/wwwroot/settings
|
34
|
- ${_files_dir}:/opt/bizgaze/wwwroot/_files
|
34
|
- ${_files_dir}:/opt/bizgaze/wwwroot/_files
|
35
|
environment:
|
35
|
environment:
|
36
|
- - appversion=957
|
|
|
|
|
36
|
+ - appversion=958
|
37
|
- ConnectionStrings__common=server=postgresql_${containername};port=2424;Database=bizgaze_common_demo_0905;User id=postgres;Password=Bizgaze@123;MaxPoolSize=5000;Connection Lifetime=300
|
37
|
- ConnectionStrings__common=server=postgresql_${containername};port=2424;Database=bizgaze_common_demo_0905;User id=postgres;Password=Bizgaze@123;MaxPoolSize=5000;Connection Lifetime=300
|
38
|
- ConnectionStrings__common_nsdb=bizgaze_common_demo_0905
|
38
|
- ConnectionStrings__common_nsdb=bizgaze_common_demo_0905
|
39
|
- ConnectionStrings__nsdb_remoteconnection=mongodb://admin:Bizgaze%40123@mongodb_${containername}:28087/authSource={{mongo_db}}&ssl=false?authSource=admin&readPreference=primary&directConnection=true&ssl=false
|
39
|
- ConnectionStrings__nsdb_remoteconnection=mongodb://admin:Bizgaze%40123@mongodb_${containername}:28087/authSource={{mongo_db}}&ssl=false?authSource=admin&readPreference=primary&directConnection=true&ssl=false
|
|
|
|
|
45
|
ports:
|
45
|
ports:
|
46
|
- "${assetsport}:80"
|
46
|
- "${assetsport}:80"
|
47
|
environment:
|
47
|
environment:
|
48
|
- - assetsversion=956
|
|
|
|
|
48
|
+ - assetsversion=957
|
49
|
|
49
|
|
50
|
bizgaze_automation:
|
50
|
bizgaze_automation:
|
51
|
image: harbor.hireserver.com/${reponame}/automation:latest
|
51
|
image: harbor.hireserver.com/${reponame}/automation:latest
|
|
|
|
|
53
|
volumes:
|
53
|
volumes:
|
54
|
- ${automation_appsettings}:/opt/automation/appsettings.json
|
54
|
- ${automation_appsettings}:/opt/automation/appsettings.json
|
55
|
environment:
|
55
|
environment:
|
56
|
- - automationversion=956
|
|
|
|
|
56
|
+ - automationversion=957
|
57
|
- ConnectionStrings__common=server=postgresql_${containername};port=2424;Database=bizgaze_common_demo_0905;User id=postgres;Password=Bizgaze@123;MaxPoolSize=5000;Connection Lifetime=300
|
57
|
- ConnectionStrings__common=server=postgresql_${containername};port=2424;Database=bizgaze_common_demo_0905;User id=postgres;Password=Bizgaze@123;MaxPoolSize=5000;Connection Lifetime=300
|
58
|
- ConnectionStrings__common_nsdb=bizgaze_common_demo_0905
|
58
|
- ConnectionStrings__common_nsdb=bizgaze_common_demo_0905
|
59
|
- ConnectionStrings__nsdb_remoteconnection=mongodb://admin:Bizgaze%40123@mongodb_${containername}:28087/authSource={{mongo_db}}&ssl=false?authSource=admin&readPreference=primary&directConnection=true&ssl=false
|
59
|
- ConnectionStrings__nsdb_remoteconnection=mongodb://admin:Bizgaze%40123@mongodb_${containername}:28087/authSource={{mongo_db}}&ssl=false?authSource=admin&readPreference=primary&directConnection=true&ssl=false
|