You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789101112131415 |
- version: '3.8'
- services:
- bizgaze_application:
- image: harbor.hireserver.com/bizgaze/application:latest
- container_name: bizgaze_application_${containername}
- 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
- container_name: bizgaze_automation_${containername}
- volumes:
- - ${automation_appsettings}:/opt/automation/appsettings.json
|