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