added container name as variable
Este commit está contenido en:
@@ -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
|
||||
|
||||
Referencia en una nueva incidencia
Block a user