|
@@ -11,17 +11,17 @@ services:
|
11
|
11
|
- ${settings_dir}:/opt/bizgaze/wwwroot/settings
|
12
|
12
|
- ${_files_dir}:/opt/bizgaze/wwwroot/_files
|
13
|
13
|
environment:
|
14
|
|
- - appversion=66
|
|
14
|
+ - appversion=67
|
15
|
15
|
bizgaze_assets:
|
16
|
16
|
image: harbor.hireserver.com/${reponame}/assets:latest
|
17
|
17
|
container_name: bizgaze_assets_${containername}
|
18
|
18
|
environment:
|
19
|
|
- - assetsversion=65
|
|
19
|
+ - assetsversion=66
|
20
|
20
|
bizgaze_automation:
|
21
|
21
|
image: harbor.hireserver.com/${reponame}/automation:latest
|
22
|
22
|
container_name: bizgaze_automation_${containername}
|
23
|
23
|
volumes:
|
24
|
24
|
- ${automation_appsettings}:/opt/automation/appsettings.json
|
25
|
25
|
environment:
|
26
|
|
- - automationversion=65
|
|
26
|
+ - automationversion=66
|
27
|
27
|
|