mirror of
				https://github.com/yangjian102621/geekai.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	chore: 使用阿里云镜像仓库
This commit is contained in:
		@@ -2,8 +2,8 @@ version: '3'
 | 
				
			|||||||
services:
 | 
					services:
 | 
				
			||||||
  # 后端 API 程序
 | 
					  # 后端 API 程序
 | 
				
			||||||
  chatgpt-plus-go:
 | 
					  chatgpt-plus-go:
 | 
				
			||||||
    #   image: registry.cn-hangzhou.aliyuncs.com/geekmaster/chatgpt-plus-go:v3.0.0
 | 
					    image: registry.cn-hangzhou.aliyuncs.com/geekmaster/chatgpt-plus-go:v3.0.0
 | 
				
			||||||
    image: chatplus-go:v3.0.0
 | 
					    #    image: chatplus-go:v3.0.0
 | 
				
			||||||
    container_name: chatgpt-plus-go
 | 
					    container_name: chatgpt-plus-go
 | 
				
			||||||
    #build: ./
 | 
					    #build: ./
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
@@ -15,8 +15,8 @@ services:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  # 前端应用
 | 
					  # 前端应用
 | 
				
			||||||
  chatgpt-vue:
 | 
					  chatgpt-vue:
 | 
				
			||||||
    #   image: registry.cn-hangzhou.aliyuncs.com/geekmaster/chatgpt-plus-vue:v3.0.0
 | 
					    image: registry.cn-hangzhou.aliyuncs.com/geekmaster/chatgpt-plus-vue:v3.0.0
 | 
				
			||||||
    image: chatplus-vue:v3.0.0
 | 
					    #    image: chatplus-vue:v3.0.0
 | 
				
			||||||
    container_name: chatgpt-plus-vue
 | 
					    container_name: chatgpt-plus-vue
 | 
				
			||||||
    #build: ./
 | 
					    #build: ./
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user