mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-17 16:56:38 +08:00
chore: 使用阿里云镜像仓库
This commit is contained in:
parent
da0acfe851
commit
cba54be913
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user