added repository name as token
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@ version: '3.8'
|
||||
|
||||
services:
|
||||
bizgaze_application:
|
||||
image: harbor.hireserver.com/bizgaze/application:latest
|
||||
image: harbor.hireserver.com/${reponame}/application:latest
|
||||
container_name: bizgaze_application_${containername}
|
||||
ports:
|
||||
- "${hostport}:80"
|
||||
@@ -11,7 +11,7 @@ services:
|
||||
- ${settings_dir}:/opt/bizgaze/wwwroot/settings
|
||||
- ${_files_dir}:/opt/bizgaze/wwwroot/_files
|
||||
bizgaze_automation:
|
||||
image: harbor.hireserver.com/bizgaze/automation:latest
|
||||
image: harbor.hireserver.com/${reponame}/automation:latest
|
||||
container_name: bizgaze_automation_${containername}
|
||||
volumes:
|
||||
- ${automation_appsettings}:/opt/automation/appsettings.json
|
||||
|
||||
Fai riferimento in un nuovo problema
Block a user