From 8f3b995d6ac443fc846bb5b29d52406b0eae9b86 Mon Sep 17 00:00:00 2001 From: "avinash.b" Date: Wed, 13 Dec 2023 16:39:34 +0000 Subject: [PATCH] added repository name as token --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a9e1e1f..17d066a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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