Compare commits
58 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 67f6ddf307 | |||
| d7ef4d90c2 | |||
| 9d64a93a8e | |||
| 3074ba9e1a | |||
| 2e832abd16 | |||
| e05542745d | |||
| b5cb5a5735 | |||
| 940dd805ef | |||
| ae7a676477 | |||
| 635e2f8740 | |||
| 66a01fb519 | |||
| ea9a43ca80 | |||
| 407dc04f09 | |||
| 5e932c7d95 | |||
| 01f72f4e12 | |||
| ecb30cbbe8 | |||
| c5739ab112 | |||
| 04c88ac701 | |||
| 7e9991266e | |||
| dc46fe6eea | |||
| e61171e6b9 | |||
| 9905d6d7fa | |||
| e62e49f7f1 | |||
| 1a3e06c356 | |||
| 5c054c7603 | |||
| 25ada0b55c | |||
| 4bc4792ac4 | |||
| 4249a92010 | |||
| 64df724c2e | |||
| e0286b91a3 | |||
| 05abd24b00 | |||
| 52ac0766cd | |||
| ffb6c7fb7f | |||
| 614b8b7af3 | |||
| 15939181ff | |||
| 54bc209c55 | |||
| 94f343e6d3 | |||
| 18d9c7b1c4 | |||
| bcbca28ade | |||
| 91803d7a22 | |||
| 4a9aee25b1 | |||
| d217e0edb3 | |||
| 342729b2b3 | |||
| db169dad32 | |||
| 910dc265f9 | |||
| 7c0425035c | |||
| 95691f58b7 | |||
| f03e0baf20 | |||
| e74d703262 | |||
| f500375ed2 | |||
| bb19fad82b | |||
| 95c2166b8d | |||
| 13d5c39368 | |||
| 95fcfd7d50 | |||
| 320031f5ae | |||
| 3d70e8948b | |||
| 96b3cce3a5 | |||
| fdbaafe1fc |
+14
-16
@@ -7,31 +7,29 @@ services:
|
||||
ports:
|
||||
- "${hostport}:80"
|
||||
volumes:
|
||||
- ${application_appsettings}:/opt/bizgaze/appsettings.json
|
||||
- ${settings_dir}:/opt/bizgaze/wwwroot/settings
|
||||
- ${_files_dir}:/opt/bizgaze/wwwroot/_files
|
||||
- /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
|
||||
environment:
|
||||
- appversion=895
|
||||
- appversion=2025-12-30 18:00:54.294886937
|
||||
- environment=test
|
||||
bizgaze_assets:
|
||||
image: harbor.hireserver.com/${reponame}/assets:latest
|
||||
container_name: bizgaze_assets_${containername}
|
||||
ports:
|
||||
- "${assetsport}:80"
|
||||
volumes:
|
||||
- /opt/bizgaze/applications/${containername}/assets/appsettings.json:/opt/bizgaze/appsettings.json
|
||||
- /opt/bizgaze/applications/${containername}/settings:/opt/bizgaze/wwwroot/settings
|
||||
- /opt/bizgaze/applications/${containername}/settings.zip:/opt/bizgaze/wwwroot/settings.zip
|
||||
- /opt/bizgaze/applications/${containername}/assets/_files:/opt/bizgaze/wwwroot/_files
|
||||
- /opt/bizgaze/applications/${containername}/assets/AppIcons_new.zip:/opt/bizgaze/wwwroot/AppIcons.zip
|
||||
environment:
|
||||
- assetsversion=894
|
||||
- assetsversion=93
|
||||
bizgaze_automation:
|
||||
image: harbor.hireserver.com/${reponame}/automation:latest
|
||||
container_name: bizgaze_automation_${containername}
|
||||
volumes:
|
||||
- ${automation_appsettings}:/opt/automation/appsettings.json
|
||||
- /opt/bizgaze/services/${containername}/appsettings.json:/opt/automation/appsettings.json
|
||||
environment:
|
||||
- automationversion=894
|
||||
bizgaze_script:
|
||||
image: harbor.hireserver.com/${reponame}/script:latest
|
||||
container_name: bizgaze_script_${containername}
|
||||
volumes:
|
||||
- ${application_appsettings}:/app/appsettings.json
|
||||
environment:
|
||||
- appurl=http://bizgaze_application:${hostport}
|
||||
depends_on:
|
||||
- bizgaze_application
|
||||
- automationversion=93
|
||||
Reference in New Issue
Block a user