added container name as variable

Este commit está contenido en:
2023-12-12 11:18:57 +05:30
padre e55f5ec655
commit 108393b0c7
+2 -2
Ver fichero
@@ -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