소스 검색

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…
취소
저장