increased appversion to 202

This commit is contained in:
2023-12-19 13:08:30 +05:30
parent 1325e20a3b
commit 36354f35a8
+3 -3
View File
@@ -11,21 +11,21 @@ services:
- ${settings_dir}:/opt/bizgaze/wwwroot/settings
- ${_files_dir}:/opt/bizgaze/wwwroot/_files
environment:
- appversion=201
- appversion=202
bizgaze_assets:
image: harbor.hireserver.com/${reponame}/assets:latest
container_name: bizgaze_assets_${containername}
ports:
- "${assetsport}:80"
environment:
- assetsversion=200
- assetsversion=201
bizgaze_automation:
image: harbor.hireserver.com/${reponame}/automation:latest
container_name: bizgaze_automation_${containername}
volumes:
- ${automation_appsettings}:/opt/automation/appsettings.json
environment:
- automationversion=200
- automationversion=201
bizgaze_script:
image: harbor.hireserver.com/${reponame}/script:latest
container_name: bizgaze_script_${containername}