increased appversion to 831

Cette révision appartient à :
devops@bizgaze.in 2024-01-24 10:38:20 +05:30
Parent ff44452552
révision b23f784d99
1 fichiers modifiés avec 3 ajouts et 3 suppressions

Voir le fichier

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