Compare commits
8 Commits
99965006a9
..
dev
| Author | SHA1 | Date | |
|---|---|---|---|
| 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=100
|
||||
- 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