increased appversion to 346

This commit is contained in:
devops@bizgaze.in 2023-12-25 05:38:09 +05:30
부모 c9c9b51714
커밋 f220d76196
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제

파일 보기

@ -11,21 +11,21 @@ services:
- ${settings_dir}:/opt/bizgaze/wwwroot/settings
- ${_files_dir}:/opt/bizgaze/wwwroot/_files
environment:
- appversion=345
- appversion=346
bizgaze_assets:
image: harbor.hireserver.com/${reponame}/assets:latest
container_name: bizgaze_assets_${containername}
ports:
- "${assetsport}:80"
environment:
- assetsversion=344
- assetsversion=345
bizgaze_automation:
image: harbor.hireserver.com/${reponame}/automation:latest
container_name: bizgaze_automation_${containername}
volumes:
- ${automation_appsettings}:/opt/automation/appsettings.json
environment:
- automationversion=344
- automationversion=345
bizgaze_script:
image: harbor.hireserver.com/${reponame}/script:latest
container_name: bizgaze_script_${containername}