瀏覽代碼

added assets as a service

devops.bizgaze 1 年之前
父節點
當前提交
8c790f3a3e
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      docker-compose.yml

+ 3
- 0
docker-compose.yml 查看文件

@@ -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}

Loading…
取消
儲存