|
@@ -10,6 +10,9 @@ 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
|
+ bizgaze_automation:
|
|
14
|
+ image: harbor.hireserver.com/${reponame}/assets:latest
|
|
15
|
+ container_name: bizgaze_assets_${containername}
|
13
|
16
|
bizgaze_automation:
|
14
|
17
|
image: harbor.hireserver.com/${reponame}/automation:latest
|
15
|
18
|
container_name: bizgaze_automation_${containername}
|