2023-12-12 11:13:11 +05:30
|
|
|
version: '3.8'
|
2023-12-12 06:56:26 +00:00
|
|
|
#appversion : 1
|
2023-12-12 11:13:11 +05:30
|
|
|
services:
|
|
|
|
|
bizgaze_application:
|
|
|
|
|
image: harbor.hireserver.com/bizgaze/application:latest
|
2023-12-12 11:18:57 +05:30
|
|
|
container_name: bizgaze_application_${containername}
|
2023-12-12 11:13:11 +05:30
|
|
|
ports:
|
|
|
|
|
- "${hostport}:80"
|
|
|
|
|
volumes:
|
|
|
|
|
- ${application_appsettings}:/opt/bizgaze/appsettings.json
|
|
|
|
|
- ${settings_dir}:/opt/bizgaze/wwwroot/settings
|
|
|
|
|
bizgaze_automation:
|
|
|
|
|
image: harbor.hireserver.com/bizgaze/automation:latest
|
2023-12-12 11:18:57 +05:30
|
|
|
container_name: bizgaze_automation_${containername}
|
2023-12-12 11:13:11 +05:30
|
|
|
volumes:
|
|
|
|
|
- ${automation_appsettings}:/opt/automation/appsettings.json
|