Du kannst nicht mehr als 25 Themen auswählen
Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
12345678910111213141516 |
- version: '3.8'
- #appverison : 1
- 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
|