Parcourir la source

added repository name as token

avinash.b il y a 1 an
Parent
révision
8f3b995d6a
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      docker-compose.yml

+ 2
- 2
docker-compose.yml Voir le fichier

@@ -2,7 +2,7 @@ version: '3.8'
2 2
 
3 3
 services:
4 4
   bizgaze_application:
5
-    image: harbor.hireserver.com/bizgaze/application:latest
5
+    image: harbor.hireserver.com/${reponame}/application:latest
6 6
     container_name: bizgaze_application_${containername}
7 7
     ports:
8 8
       - "${hostport}:80"
@@ -11,7 +11,7 @@ services:
11 11
       - ${settings_dir}:/opt/bizgaze/wwwroot/settings
12 12
       - ${_files_dir}:/opt/bizgaze/wwwroot/_files
13 13
   bizgaze_automation:
14
-    image: harbor.hireserver.com/bizgaze/automation:latest
14
+    image: harbor.hireserver.com/${reponame}/automation:latest
15 15
     container_name: bizgaze_automation_${containername}
16 16
     volumes:
17 17
       - ${automation_appsettings}:/opt/automation/appsettings.json

Chargement…
Annuler
Enregistrer