Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

docker-compose.yml 641B

1234567891011121314151617181920
  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. volumes:
  9. - ${application_appsettings}:/opt/bizgaze/appsettings.json
  10. - ${settings_dir}:/opt/bizgaze/wwwroot/settings
  11. - ${_files_dir}:/opt/bizgaze/wwwroot/_files
  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
  17. environment:
  18. - appversion=26