All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add auth-svc /validate endpoint for token checking Add chat-svc with auth client and Redis task queue Add worker-svc chat handler for task processing Co-Authored-By: Claude Code <claude@anthropic.com>
8 lines
104 B
YAML
8 lines
104 B
YAML
name: chat-svc
|
|
type: service
|
|
port: 8001
|
|
path: services/chat-svc
|
|
dependencies:
|
|
- auth-svc
|
|
- postgres
|