|
@@ -10,9 +10,13 @@ services:
|
10
|
10
|
- ${application_appsettings}:/opt/bizgaze/appsettings.json
|
11
|
11
|
- ${settings_dir}:/opt/bizgaze/wwwroot/settings
|
12
|
12
|
- ${_files_dir}:/opt/bizgaze/wwwroot/_files
|
|
13
|
+ environment:
|
|
14
|
+ - appversion=65
|
13
|
15
|
bizgaze_assets:
|
14
|
16
|
image: harbor.hireserver.com/${reponame}/assets:latest
|
15
|
17
|
container_name: bizgaze_assets_${containername}
|
|
18
|
+ environment:
|
|
19
|
+ - appversion=65
|
16
|
20
|
bizgaze_automation:
|
17
|
21
|
image: harbor.hireserver.com/${reponame}/automation:latest
|
18
|
22
|
container_name: bizgaze_automation_${containername}
|