Compare commits
32 Commits
99965006a9
...
mobil_0909
| Author | SHA1 | Date | |
|---|---|---|---|
| 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:
|
ports:
|
||||||
- "${hostport}:80"
|
- "${hostport}:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ${application_appsettings}:/opt/bizgaze/appsettings.json
|
- /opt/bizgaze/applications/${containername}/appsettings.json:/opt/bizgaze/appsettings.json
|
||||||
- ${settings_dir}:/opt/bizgaze/wwwroot/settings
|
- /opt/bizgaze/applications/${containername}/settings:/opt/bizgaze/wwwroot/settings
|
||||||
- ${_files_dir}:/opt/bizgaze/wwwroot/_files
|
- /opt/bizgaze/applications/${containername}/_files:/opt/bizgaze/wwwroot/_files
|
||||||
environment:
|
environment:
|
||||||
- appversion=895
|
- appversion=2025-09-05 18:24:46.468064040
|
||||||
|
- environment=test
|
||||||
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"
|
||||||
|
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:
|
environment:
|
||||||
- assetsversion=894
|
- assetsversion=93
|
||||||
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
|
- /opt/bizgaze/services/${containername}/appsettings.json:/opt/automation/appsettings.json
|
||||||
environment:
|
environment:
|
||||||
- automationversion=894
|
- automationversion=93
|
||||||
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
|
|
||||||
Reference in New Issue
Block a user