Getting started: which deployment profile should I use? #159
Unanswered
ferhimedamine
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dakera ships with several Docker Compose profiles. Quick guide:
docker-compose.local.ymldocker-compose.dev.ymldocker-compose.ymldocker-compose.ha.ymlQuickest start:
git clone https://github.com/dakera-ai/dakera-deploy cd dakera-deploy/docker docker compose -f docker-compose.local.yml up -d curl http://localhost:3000/healthFor VS Code / Cursor users: Open the repo and use "Reopen in Container" — the devcontainer sets up everything including all 4 SDKs.
MCP users: Dakera has a native MCP server (dakera-mcp) — connect it to Claude Code, Cursor, or any MCP-compatible client for AI agent memory.
Drop your questions below — happy to help with setup, configuration, or integration.
Beta Was this translation helpful? Give feedback.
All reactions