Move architecture, env vars, and deployment details into .claude/ subdocs referenced via @-imports, keeping CLAUDE.md to commands and pointers only. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
300 B
Markdown
6 lines
300 B
Markdown
# Deployment
|
|
|
|
Docker images are built via `.github/workflows/publish.yml` and pushed to GHCR (`ghcr.io`). Portainer redeploys via `.github/workflows/re-pull.yml`. Supports `dev`, `stg`, and `prod` stacks.
|
|
|
|
The Dockerfile uses a two-stage build: Bun builder → Bun runner (non-root user, port 3000).
|