소스 검색

increased appversion to 12

devops@bizgaze.in 1 년 전
부모
커밋
a89cd5b587
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      docker-compose.yml

+ 2
- 1
docker-compose.yml 파일 보기

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

Loading…
취소
저장