Set up a local Latitude instance using Docker for development and testing.
brew install tmuxinator
on macOS)..env.example
to .env
) and adjust necessary variables. For a standard local setup, defaults are often sufficient.docker-compose.yml
.
.tmuxinator.yml
config.
docker compose ps
or the tmuxinator output), apply the necessary database schema migrations.
http://localhost:3000
(or the configured port).http://localhost:8025
) to find the confirmation email and complete the signup.docker-compose.yml
or app configuration for the port, often proxied through the web UI).docker-compose.yml
to adjust service configurations, ports, or volumes..env
files within the respective app/package directories.apps/web/config
) for further configuration options.docker compose down
tmux kill-session -t latitude-llm
) or stop individual services in their panes.pnpm console
. Try: