浏览代码

added repository name as token

avinash.b 1年前
父节点
当前提交
8f3b995d6a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      docker-compose.yml

+ 2
- 2
docker-compose.yml 查看文件

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

正在加载...
取消
保存