Files
talemate/docs/getting-started/installation/docker.md
veguAI 856b4011fa Docker: Pi Bridge client + encrypted environment variable store (#105) (#106)
* Docker support for Pi Bridge client + encrypted environment variable store (#105)

* Address PR #106 review: env name validation on backend, add-form value/duplicate guards, stale openrouter convenience docs
2026-07-19 18:13:05 +03:00

1019 B

Quick install instructions

  1. git clone https://github.com/vegu-ai/talemate.git
  2. cd talemate
  3. copy config file
    1. linux: cp config.example.yaml config.yaml
    2. windows: copy config.example.yaml config.yaml (or just copy the file and rename it via the file explorer)
  4. docker compose up
  5. Navigate your browser to http://localhost:8082

!!! info "Pre-built Images" The default setup uses pre-built images from GitHub Container Registry that include CUDA support by default. To manually build the container instead, use docker compose -f docker-compose.manual.yml up --build.

!!! note When connecting local APIs running on the hostmachine (e.g. text-generation-webui), you need to use host.docker.internal as the hostname.

!!! info "Pi Bridge" The image ships with the pi coding agent preinstalled for the Pi Bridge client. pi's configuration (models.json, auth.json) lives in the ./pi directory next to the compose file.