added repository name as token
Tento commit je obsažen v:
@@ -2,7 +2,7 @@ version: '3.8'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
bizgaze_application:
|
bizgaze_application:
|
||||||
image: harbor.hireserver.com/bizgaze/application:latest
|
image: harbor.hireserver.com/${reponame}/application:latest
|
||||||
container_name: bizgaze_application_${containername}
|
container_name: bizgaze_application_${containername}
|
||||||
ports:
|
ports:
|
||||||
- "${hostport}:80"
|
- "${hostport}:80"
|
||||||
@@ -11,7 +11,7 @@ services:
|
|||||||
- ${settings_dir}:/opt/bizgaze/wwwroot/settings
|
- ${settings_dir}:/opt/bizgaze/wwwroot/settings
|
||||||
- ${_files_dir}:/opt/bizgaze/wwwroot/_files
|
- ${_files_dir}:/opt/bizgaze/wwwroot/_files
|
||||||
bizgaze_automation:
|
bizgaze_automation:
|
||||||
image: harbor.hireserver.com/bizgaze/automation:latest
|
image: harbor.hireserver.com/${reponame}/automation:latest
|
||||||
container_name: bizgaze_automation_${containername}
|
container_name: bizgaze_automation_${containername}
|
||||||
volumes:
|
volumes:
|
||||||
- ${automation_appsettings}:/opt/automation/appsettings.json
|
- ${automation_appsettings}:/opt/automation/appsettings.json
|
||||||
|
|||||||
Odkázat v novém úkolu
Zablokovat Uživatele