added repository name as token

This commit is contained in:
2023-12-13 16:39:34 +00:00
vanhempi d2d3dbd635
commit 8f3b995d6a
+2 -2
Näytä tiedosto
@@ -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