π³ Docker One-Click Deployment
This is a roadmap feature open for community contribution!
π― Overview
CrustAI should be deployable with a single command using Docker Compose,
bundling the app + Ollama in one stack β no manual setup required.
π― Goal
# This should be all a user needs to run:
docker compose up
ποΈ What needs to be built
π§© Technical notes
- Ollama has an official Docker image
- CrustAI config is YAML-based β consider how to pass secrets via env vars
- GPU passthrough (optional, nice to have for faster inference)
β
Acceptance Criteria
π¬ If you've worked with Ollama + Docker before, your experience here is gold.
Comment to claim this issue!
π³ Docker One-Click Deployment
This is a roadmap feature open for community contribution!
π― Overview
CrustAI should be deployable with a single command using Docker Compose,
bundling the app + Ollama in one stack β no manual setup required.
π― Goal
# This should be all a user needs to run: docker compose upποΈ What needs to be built
Dockerfilefor the CrustAI Node.js app (draft exists in/dockerfolder β needs review)docker-compose.ymlthat spins up:.env.examplefor Docker-based config (tokens, model name)π§© Technical notes
β Acceptance Criteria
docker compose upstarts everything