瀏覽代碼

added script service

devops.bizgaze 1 年之前
父節點
當前提交
4fca522e01
共有 1 個檔案被更改,包括 9 行新增1 行删除
  1. 9
    1
      docker-compose.yml

+ 9
- 1
docker-compose.yml 查看文件

@@ -26,4 +26,12 @@ services:
26 26
       - ${automation_appsettings}:/opt/automation/appsettings.json
27 27
     environment:
28 28
       - automationversion=70
29
-
29
+  bizgaze_script:
30
+    image: harbor.hireserver.com/${reponame}/script:latest
31
+    container_name: bizgaze_script_${containername}
32
+    volumes:
33
+      - ${application_appsettings}:/app/appsettings.json
34
+    environment:
35
+      - appurl=http://bizgaze_application:${hostport}
36
+    depends_on:
37
+      - bizgaze_application

Loading…
取消
儲存