Przeglądaj źródła

increased appversion to 692

devops@bizgaze.in 1 rok temu
rodzic
commit
9db44f2964
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3
    3
      docker-compose.yml

+ 3
- 3
docker-compose.yml Wyświetl plik

11
       - ${settings_dir}:/opt/bizgaze/wwwroot/settings
11
       - ${settings_dir}:/opt/bizgaze/wwwroot/settings
12
       - ${_files_dir}:/opt/bizgaze/wwwroot/_files
12
       - ${_files_dir}:/opt/bizgaze/wwwroot/_files
13
     environment:
13
     environment:
14
-      - appversion=691
14
+      - appversion=692
15
   bizgaze_assets:
15
   bizgaze_assets:
16
     image: harbor.hireserver.com/${reponame}/assets:latest
16
     image: harbor.hireserver.com/${reponame}/assets:latest
17
     container_name: bizgaze_assets_${containername}
17
     container_name: bizgaze_assets_${containername}
18
     ports:
18
     ports:
19
       - "${assetsport}:80"
19
       - "${assetsport}:80"
20
     environment:
20
     environment:
21
-      - assetsversion=690
21
+      - assetsversion=691
22
   bizgaze_automation:
22
   bizgaze_automation:
23
     image: harbor.hireserver.com/${reponame}/automation:latest
23
     image: harbor.hireserver.com/${reponame}/automation:latest
24
     container_name: bizgaze_automation_${containername}
24
     container_name: bizgaze_automation_${containername}
25
     volumes:
25
     volumes:
26
       - ${automation_appsettings}:/opt/automation/appsettings.json
26
       - ${automation_appsettings}:/opt/automation/appsettings.json
27
     environment:
27
     environment:
28
-      - automationversion=690
28
+      - automationversion=691
29
   bizgaze_script:
29
   bizgaze_script:
30
     image: harbor.hireserver.com/${reponame}/script:latest
30
     image: harbor.hireserver.com/${reponame}/script:latest
31
     container_name: bizgaze_script_${containername}
31
     container_name: bizgaze_script_${containername}

Ładowanie…
Anuluj
Zapisz