feat: cloud deployment support with inline config, Dockerfile, and admin portal (#434)

This commit is contained in:
Cameron
2026-02-27 15:24:17 -08:00
committed by GitHub
parent 9421027234
commit 481b458af1
16 changed files with 682 additions and 56 deletions

View File

@@ -107,6 +107,8 @@ server:
### Docker Compose
Run both the Letta server and LettaBot together:
```yaml
services:
letta:
@@ -123,15 +125,17 @@ services:
depends_on:
- letta
environment:
- LETTA_BASE_URL=http://letta:8283
volumes:
- ./lettabot.yaml:/app/lettabot.yaml
- ./lettabot-agent.json:/app/lettabot-agent.json
- LETTABOT_CONFIG_YAML=${LETTABOT_CONFIG_YAML}
# Your YAML config should include: server.baseUrl: http://letta:8283
ports:
- "8080:8080"
volumes:
letta-data:
```
For general Docker and cloud deployment (without a self-hosted Letta server), see [Cloud Deployment](./cloud-deploy.md).
## Troubleshooting
### Connection Refused