설명 없음
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.

docker-compose.yml 571B

1234567891011121314151617
  1. version: '3.8'
  2. services:
  3. bizgaze_application:
  4. image: harbor.hireserver.com/bizgaze/application:latest
  5. container_name: bizgaze_application_${containername}
  6. ports:
  7. - "${hostport}:80"
  8. - "version:2"
  9. volumes:
  10. - ${application_appsettings}:/opt/bizgaze/appsettings.json
  11. - ${settings_dir}:/opt/bizgaze/wwwroot/settings
  12. bizgaze_automation:
  13. image: harbor.hireserver.com/bizgaze/automation:latest
  14. container_name: bizgaze_automation_${containername}
  15. volumes:
  16. - ${automation_appsettings}:/opt/automation/appsettings.json