added container name as variable

Tento commit je obsažen v:
2023-12-12 11:18:57 +05:30
rodič e55f5ec655
revize 108393b0c7
+2 -2
Zobrazit soubor
@@ -3,7 +3,7 @@ version: '3.8'
services:
bizgaze_application:
image: harbor.hireserver.com/bizgaze/application:latest
container_name: bizgaze_application
container_name: bizgaze_application_${containername}
ports:
- "${hostport}:80"
volumes:
@@ -11,6 +11,6 @@ services:
- ${settings_dir}:/opt/bizgaze/wwwroot/settings
bizgaze_automation:
image: harbor.hireserver.com/bizgaze/automation:latest
container_name: bizgaze_automation
container_name: bizgaze_automation_${containername}
volumes:
- ${automation_appsettings}:/opt/automation/appsettings.json