Этот коммит содержится в:
2023-12-19 06:38:41 +05:30
родитель c1fa7b2a75
Коммит 98a486208a
+3 -3
Просмотреть файл
@@ -11,21 +11,21 @@ services:
- ${settings_dir}:/opt/bizgaze/wwwroot/settings
- ${_files_dir}:/opt/bizgaze/wwwroot/_files
environment:
- appversion=195
- appversion=196
bizgaze_assets:
image: harbor.hireserver.com/${reponame}/assets:latest
container_name: bizgaze_assets_${containername}
ports:
- "${assetsport}:80"
environment:
- assetsversion=194
- assetsversion=195
bizgaze_automation:
image: harbor.hireserver.com/${reponame}/automation:latest
container_name: bizgaze_automation_${containername}
volumes:
- ${automation_appsettings}:/opt/automation/appsettings.json
environment:
- automationversion=194
- automationversion=195
bizgaze_script:
image: harbor.hireserver.com/${reponame}/script:latest
container_name: bizgaze_script_${containername}