Przeglądaj źródła

increased appversion to 682

devops@bizgaze.in 1 rok temu
rodzic
commit
7b71855da8
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,21 +11,21 @@ services:
11 11
       - ${settings_dir}:/opt/bizgaze/wwwroot/settings
12 12
       - ${_files_dir}:/opt/bizgaze/wwwroot/_files
13 13
     environment:
14
-      - appversion=681
14
+      - appversion=682
15 15
   bizgaze_assets:
16 16
     image: harbor.hireserver.com/${reponame}/assets:latest
17 17
     container_name: bizgaze_assets_${containername}
18 18
     ports:
19 19
       - "${assetsport}:80"
20 20
     environment:
21
-      - assetsversion=680
21
+      - assetsversion=681
22 22
   bizgaze_automation:
23 23
     image: harbor.hireserver.com/${reponame}/automation:latest
24 24
     container_name: bizgaze_automation_${containername}
25 25
     volumes:
26 26
       - ${automation_appsettings}:/opt/automation/appsettings.json
27 27
     environment:
28
-      - automationversion=680
28
+      - automationversion=681
29 29
   bizgaze_script:
30 30
     image: harbor.hireserver.com/${reponame}/script:latest
31 31
     container_name: bizgaze_script_${containername}

Ładowanie…
Anuluj
Zapisz