Compare commits
33 Commits
74c9260ed3
..
itp
| Author | SHA1 | Date | |
|---|---|---|---|
| bb19fad82b | |||
| 95c2166b8d | |||
| 13d5c39368 | |||
| 95fcfd7d50 | |||
| 320031f5ae | |||
| 3d70e8948b | |||
| 96b3cce3a5 | |||
| fdbaafe1fc | |||
| 99965006a9 | |||
| 10c25f6eb5 | |||
| e27b91e76d | |||
| 9fd1f56de6 | |||
| 589bddd5ef | |||
| 1bcfe42e74 | |||
| 146274a93d | |||
| 3d447508d7 | |||
| 62e69f8231 | |||
| a4068fcd57 | |||
| b00d99fded | |||
| 38c238c336 | |||
| 78b515af4e | |||
| 6872feb4bd | |||
| e435bc5d0c | |||
| 9ad11cf2bc | |||
| 080817376e | |||
| aa49ba886a | |||
| 1c5792380e | |||
| 3770908f87 | |||
| 58d6795b7a | |||
| 3b66b8e0f5 | |||
| 6ed9692ffe | |||
| a0ddaf8aef | |||
| e8ac07e7eb |
+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=870
|
- appversion=100
|
||||||
|
- 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=869
|
- 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=869
|
- 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