25 Commits

Author SHA1 Message Date
devops.bizgaze 99965006a9 increased appversion to 895 2024-01-19 09:58:57 +05:30
devops.bizgaze 10c25f6eb5 increased appversion to 894 2024-01-19 09:38:17 +05:30
devops.bizgaze e27b91e76d increased appversion to 893 2024-01-19 08:38:46 +05:30
devops.bizgaze 9fd1f56de6 increased appversion to 892 2024-01-19 07:38:56 +05:30
devops.bizgaze 589bddd5ef increased appversion to 891 2024-01-19 06:38:24 +05:30
devops.bizgaze 1bcfe42e74 increased appversion to 890 2024-01-19 05:38:44 +05:30
devops.bizgaze 146274a93d increased appversion to 889 2024-01-19 04:38:20 +05:30
devops.bizgaze 3d447508d7 increased appversion to 888 2024-01-19 03:38:22 +05:30
devops.bizgaze 62e69f8231 increased appversion to 887 2024-01-19 02:38:15 +05:30
devops.bizgaze a4068fcd57 increased appversion to 886 2024-01-19 01:38:51 +05:30
devops.bizgaze b00d99fded increased appversion to 885 2024-01-19 00:38:49 +05:30
devops.bizgaze 38c238c336 increased appversion to 884 2024-01-18 23:38:42 +05:30
devops.bizgaze 78b515af4e increased appversion to 883 2024-01-18 22:38:47 +05:30
devops.bizgaze 6872feb4bd increased appversion to 882 2024-01-18 21:38:39 +05:30
devops.bizgaze e435bc5d0c increased appversion to 881 2024-01-18 20:38:53 +05:30
devops.bizgaze 9ad11cf2bc increased appversion to 880 2024-01-18 19:38:54 +05:30
devops.bizgaze 080817376e increased appversion to 879 2024-01-18 18:38:54 +05:30
devops.bizgaze aa49ba886a increased appversion to 878 2024-01-18 17:38:45 +05:30
devops.bizgaze 1c5792380e increased appversion to 877 2024-01-18 16:38:16 +05:30
devops.bizgaze 3770908f87 increased appversion to 876 2024-01-18 15:38:17 +05:30
devops.bizgaze 58d6795b7a increased appversion to 875 2024-01-18 14:38:17 +05:30
devops.bizgaze 3b66b8e0f5 increased appversion to 874 2024-01-18 13:38:36 +05:30
devops.bizgaze 6ed9692ffe increased appversion to 873 2024-01-18 12:38:44 +05:30
devops.bizgaze a0ddaf8aef increased appversion to 872 2024-01-18 11:38:46 +05:30
devops.bizgaze e8ac07e7eb increased appversion to 871 2024-01-18 10:38:45 +05:30
+3 -3
View File
@@ -11,21 +11,21 @@ services:
- ${settings_dir}:/opt/bizgaze/wwwroot/settings - ${settings_dir}:/opt/bizgaze/wwwroot/settings
- ${_files_dir}:/opt/bizgaze/wwwroot/_files - ${_files_dir}:/opt/bizgaze/wwwroot/_files
environment: environment:
- appversion=870 - appversion=895
bizgaze_assets: bizgaze_assets:
image: harbor.hireserver.com/${reponame}/assets:latest image: harbor.hireserver.com/${reponame}/assets:latest
container_name: bizgaze_assets_${containername} container_name: bizgaze_assets_${containername}
ports: ports:
- "${assetsport}:80" - "${assetsport}:80"
environment: environment:
- assetsversion=869 - assetsversion=894
bizgaze_automation: bizgaze_automation:
image: harbor.hireserver.com/${reponame}/automation:latest image: harbor.hireserver.com/${reponame}/automation:latest
container_name: bizgaze_automation_${containername} container_name: bizgaze_automation_${containername}
volumes: volumes:
- ${automation_appsettings}:/opt/automation/appsettings.json - ${automation_appsettings}:/opt/automation/appsettings.json
environment: environment:
- automationversion=869 - automationversion=894
bizgaze_script: bizgaze_script:
image: harbor.hireserver.com/${reponame}/script:latest image: harbor.hireserver.com/${reponame}/script:latest
container_name: bizgaze_script_${containername} container_name: bizgaze_script_${containername}