docs: update docker-compose file

This commit is contained in:
RockYang 2023-08-23 06:56:04 +08:00
parent ac3151af92
commit 278ddf037f

View File

@ -1,11 +1,12 @@
version: '3' version: '3'
services: services:
# 后端 API 程序 # 后端 API 程序
chatgpt-plus-go: chatgpt-plus-api:
image: registry.cn-hangzhou.aliyuncs.com/geekmaster/chatgpt-plus-go:v3.0.5.2 image: registry.cn-hangzhou.aliyuncs.com/geekmaster/chatgpt-plus-api:v3.0.7.4
container_name: chatgpt-plus-go container_name: chatgpt-plus-api
restart: always restart: always
environment: environment:
- DEBUG=false
- LOG_LEVEL=info - LOG_LEVEL=info
- CONFIG_FILE=config.toml - CONFIG_FILE=config.toml
ports: ports:
@ -16,8 +17,8 @@ services:
- ./static:/var/www/app/static - ./static:/var/www/app/static
# 前端应用 # 前端应用
chatgpt-vue: chatgpt-plus-vue:
image: registry.cn-hangzhou.aliyuncs.com/geekmaster/chatgpt-plus-vue:v3.0.5.2 image: registry.cn-hangzhou.aliyuncs.com/geekmaster/chatgpt-plus-vue:v3.0.7.4
container_name: chatgpt-plus-vue container_name: chatgpt-plus-vue
restart: always restart: always
ports: ports: