refactor(images): pull from registry instead of building; add build.sh for local dev
This commit is contained in:
parent
ff9ed447c0
commit
2d822305d1
6 changed files with 48 additions and 18 deletions
|
|
@ -1,6 +1,11 @@
|
|||
# Copy this file to .env and fill in your values.
|
||||
# .env is git-ignored — never commit it.
|
||||
|
||||
# ─── Image version ────────────────────────────────────────────────────────────
|
||||
|
||||
# Pin to a specific image tag. Defaults to "latest" if unset.
|
||||
# IMAGE_TAG=0.1.42
|
||||
|
||||
# ─── Authentication (choose one) ──────────────────────────────────────────────
|
||||
|
||||
# Option 1: Anthropic API key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue