8 Commits

Author SHA1 Message Date
devops.bizgaze bb19fad82b Update 'docker-compose.yml' 2024-05-30 11:10:05 +00:00
devops.bizgaze 95c2166b8d Update 'docker-compose.yml' 2024-05-30 10:39:22 +00:00
devops.bizgaze 13d5c39368 Update 'docker-compose.yml' 2024-05-30 10:36:47 +00:00
avinash.b 95fcfd7d50 Update 'docker-compose.yml' 2024-05-17 10:34:20 +00:00
avinash.b 320031f5ae Update 'docker-compose.yml' 2024-02-13 05:24:59 +00:00
avinash.b 3d70e8948b removed script container 2024-01-29 07:07:43 +00:00
devops.bizgaze 96b3cce3a5 increased appversion to 897 2024-01-19 10:48:00 +05:30
devops.bizgaze fdbaafe1fc increased appversion to 896 2024-01-19 10:38:40 +05:30
+14 -16
View File
@@ -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