Browse Source

increased appversion to 974

devops@bizgaze.in 1 year ago
parent
commit
b96e272598
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      docker-compose.yml

+ 3
- 3
docker-compose.yml View File

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=973
37
+      - appversion=974
38
       - 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=server=postgresql_${containername};port=2424;Database=bizgaze_common_demo_0905;User id=postgres;Password=Bizgaze@123;MaxPoolSize=5000;Connection Lifetime=300
39
       - ConnectionStrings__common_nsdb=bizgaze_common_demo_0905
39
       - ConnectionStrings__common_nsdb=bizgaze_common_demo_0905
40
       - ConnectionStrings__nsdb_remoteconnection=mongodb://admin:Bizgaze%40123@mongodb_${containername}:27017/authSource={{mongo_db}}&ssl=false?authSource=admin&readPreference=primary&directConnection=true&ssl=false
40
       - ConnectionStrings__nsdb_remoteconnection=mongodb://admin:Bizgaze%40123@mongodb_${containername}:27017/authSource={{mongo_db}}&ssl=false?authSource=admin&readPreference=primary&directConnection=true&ssl=false
46
     ports:
46
     ports:
47
       - "${assetsport}:80"
47
       - "${assetsport}:80"
48
     environment:
48
     environment:
49
-      - assetsversion=972
49
+      - assetsversion=973
50
 
50
 
51
   bizgaze_automation:
51
   bizgaze_automation:
52
     image: harbor.hireserver.com/${reponame}/automation:latest
52
     image: harbor.hireserver.com/${reponame}/automation:latest
54
     volumes:
54
     volumes:
55
       - ${automation_appsettings}:/opt/automation/appsettings.json
55
       - ${automation_appsettings}:/opt/automation/appsettings.json
56
     environment:
56
     environment:
57
-      - automationversion=972
57
+      - automationversion=973
58
       - 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=server=postgresql_${containername};port=2424;Database=bizgaze_common_demo_0905;User id=postgres;Password=Bizgaze@123;MaxPoolSize=5000;Connection Lifetime=300
59
       - ConnectionStrings__common_nsdb=bizgaze_common_demo_0905
59
       - ConnectionStrings__common_nsdb=bizgaze_common_demo_0905
60
       - ConnectionStrings__nsdb_remoteconnection=mongodb://admin:Bizgaze%40123@mongodb_${containername}:27017/authSource={{mongo_db}}&ssl=false?authSource=admin&readPreference=primary&directConnection=true&ssl=false
60
       - ConnectionStrings__nsdb_remoteconnection=mongodb://admin:Bizgaze%40123@mongodb_${containername}:27017/authSource={{mongo_db}}&ssl=false?authSource=admin&readPreference=primary&directConnection=true&ssl=false

Loading…
Cancel
Save