Преглед изворни кода

increased appversion to 1124

devops@bizgaze.in пре 1 година
родитељ
комит
e4191148d8
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3
    3
      docker-compose.yml

+ 3
- 3
docker-compose.yml Прегледај датотеку

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=1123
37
+      - appversion=1124
38
       - ConnectionStrings__common=server=postgresql_${containername};port=2424;Database=qa_common_tenant;User id=postgres;Password=Bizgaze@123;MaxPoolSize=5000;Connection Lifetime=300
38
       - ConnectionStrings__common=server=postgresql_${containername};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@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
50
     ports:
50
     ports:
51
       - "${assetsport}:80"
51
       - "${assetsport}:80"
52
     environment:
52
     environment:
53
-      - assetsversion=1122
53
+      - assetsversion=1123
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=1122
61
+      - automationversion=1123
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

Loading…
Откажи
Сачувај