2023-12-12 11:13:11 +05:30
|
|
|
version: '3.8'
|
2023-12-12 07:00:24 +00:00
|
|
|
|
2023-12-12 11:13:11 +05:30
|
|
|
services:
|
|
|
|
|
bizgaze_application:
|
2023-12-13 16:39:34 +00:00
|
|
|
image: harbor.hireserver.com/${reponame}/application:latest
|
2023-12-12 11:18:57 +05:30
|
|
|
container_name: bizgaze_application_${containername}
|
2023-12-12 11:13:11 +05:30
|
|
|
ports:
|
|
|
|
|
- "${hostport}:80"
|
|
|
|
|
volumes:
|
2024-05-17 10:41:43 +00:00
|
|
|
- /opt/bizgaze/applications/${containername}/appsettings.json:/opt/bizgaze/appsettings.json
|
|
|
|
|
- /opt/bizgaze/applications/${containername}/settings:/opt/bizgaze/wwwroot/settings
|
|
|
|
|
- /opt/bizgaze/applications/${containername}/_files:/opt/bizgaze/wwwroot/_files
|
2023-12-14 05:13:51 +00:00
|
|
|
environment:
|
2026-07-16 18:01:30 +05:30
|
|
|
- appversion=2026-07-16 18:01:30.310850161
|
2024-02-08 10:03:55 +00:00
|
|
|
- environment=test
|
2023-12-14 05:06:34 +00:00
|
|
|
bizgaze_assets:
|
2023-12-14 05:05:48 +00:00
|
|
|
image: harbor.hireserver.com/${reponame}/assets:latest
|
|
|
|
|
container_name: bizgaze_assets_${containername}
|
2023-12-14 06:20:47 +00:00
|
|
|
ports:
|
|
|
|
|
- "${assetsport}:80"
|
2024-05-17 10:41:43 +00:00
|
|
|
volumes:
|
|
|
|
|
- /opt/bizgaze/applications/${containername}/assets/appsettings.json:/opt/bizgaze/appsettings.json
|
|
|
|
|
- /opt/bizgaze/applications/${containername}/settings:/opt/bizgaze/wwwroot/settings
|
2024-06-05 07:32:08 +00:00
|
|
|
- /opt/bizgaze/applications/${containername}/settings.zip:/opt/bizgaze/wwwroot/settings.zip
|
2024-05-17 10:41:43 +00:00
|
|
|
- /opt/bizgaze/applications/${containername}/assets/_files:/opt/bizgaze/wwwroot/_files
|
2024-06-05 07:32:08 +00:00
|
|
|
- /opt/bizgaze/applications/${containername}/assets/AppIcons_new.zip:/opt/bizgaze/wwwroot/AppIcons.zip
|
2023-12-14 05:13:51 +00:00
|
|
|
environment:
|
2024-05-17 10:41:43 +00:00
|
|
|
- assetsversion=93
|
2023-12-12 11:13:11 +05:30
|
|
|
bizgaze_automation:
|
2023-12-13 16:39:34 +00:00
|
|
|
image: harbor.hireserver.com/${reponame}/automation:latest
|
2023-12-12 11:18:57 +05:30
|
|
|
container_name: bizgaze_automation_${containername}
|
2023-12-12 11:13:11 +05:30
|
|
|
volumes:
|
2024-05-17 10:41:43 +00:00
|
|
|
- /opt/bizgaze/services/${containername}/appsettings.json:/opt/automation/appsettings.json
|
2023-12-12 13:42:57 +05:30
|
|
|
environment:
|
2024-06-05 07:32:08 +00:00
|
|
|
- automationversion=93
|