认证授权主要流程实现

This commit is contained in:
2025-03-18 17:57:07 +08:00
parent 19530d9d40
commit 6ddf1118a5
37 changed files with 2209 additions and 180 deletions

View File

@@ -1,6 +1,7 @@
name: server-dev
services:
postgres:
image: postgres:17
restart: always
@@ -12,6 +13,11 @@ services:
- "5432:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
redis:
image: redis:7.4
restart: always
ports:
- "6379:6379"
volumes:
postgres_data: