Thread

A
akash6:46 AMOpen in Slack
Hi is any other way to deploy the application just the chat bot or agents part not deploying the whole application

2 replies
IK
Innokentii Konstantinov (archestra team)10:35 AMOpen in Slack
It's possible to deploy without attaching k8s cluster:
    -e DATABASE_URL=postgres://... \                                                                                                                
    -v archestra-app-data:/app/data \
    archestra/platform```
which makes mcp orchestration inside archestra unavailable, but still should allow you to run agents and use chat
RK
Rayhan Kanekal11:15 AMOpen in Slack
team