feat: add reset password function to user list page

This commit is contained in:
RockYang
2023-07-26 15:22:11 +08:00
parent 7b90f8cb13
commit 0e4ae01498
6 changed files with 124 additions and 15 deletions

View File

@@ -2,8 +2,7 @@ version: '3'
services:
# 后端 API 程序
chatgpt-plus-go:
image: registry.cn-hangzhou.aliyuncs.com/geekmaster/chatgpt-plus-go:v3.0.4
# image: chatgpt-plus-go:v3.0.2
image: chatgpt-plus-go:v3.0.5
container_name: chatgpt-plus-go
restart: always
environment:
@@ -17,13 +16,13 @@ services:
# 前端应用
chatgpt-vue:
image: registry.cn-hangzhou.aliyuncs.com/geekmaster/chatgpt-plus-vue:v3.0.4
# image: chatgpt-plus-vue:v3.0.2
image: chatgpt-plus-vue:v3.0.5
container_name: chatgpt-plus-vue
restart: always
ports:
- "8080:8080"
volumes:
- /usr/share/zoneinfo/Asia/Shanghai:/etc/localtime
- ./logs/nginx:/var/log/nginx
- ./conf/nginx/conf.d:/etc/nginx/conf.d
- ./conf/nginx/nginx.conf:/etc/nginx/nginx.conf