mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
fix: actually use Redis as message queue (#497)
This commit is contained in:
committed by
GitHub
parent
d7c02ebcd1
commit
4f540e85fe
@@ -3,6 +3,12 @@ name: MyDeployment
|
||||
control-plane:
|
||||
port: 8000
|
||||
|
||||
message-queue:
|
||||
type: redis
|
||||
# what follows depends on what's in the docker compose file
|
||||
host: redis
|
||||
port: 6379
|
||||
|
||||
default-service: agentic_workflow
|
||||
|
||||
services:
|
||||
|
||||
Reference in New Issue
Block a user