feat: 完成用户微服务 gRPC 实现,包含数据库与服务启动逻辑
This commit is contained in:
@@ -17,3 +17,11 @@ services:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
- GO_ENV=production
|
||||
|
||||
user-svc:
|
||||
build:
|
||||
context: ./services/user-svc
|
||||
ports:
|
||||
- "50051:50051"
|
||||
environment:
|
||||
- GO_ENV=production
|
||||
|
||||
Reference in New Issue
Block a user