generated from ludops/ludops-skeleton
14 lines
807 B
Plaintext
14 lines
807 B
Plaintext
# ─────────────────────────────────────────────────────────
|
|
# LOCAL DEVELOPMENT ONLY
|
|
# For CI/CD, set APP_NAME and REGISTRY_IMAGE as Gitea
|
|
# repository variables (Settings → Variables), not here.
|
|
# ─────────────────────────────────────────────────────────
|
|
|
|
# Short name for the app — used for container name and database name.
|
|
# Use lowercase, no spaces, e.g. "myapp", "portfolio", "dashboard"
|
|
APP_NAME=todo
|
|
|
|
# Full registry image path — must match the Gitea repository path.
|
|
# Format: git.ludops.com/<owner>/<repo-name>
|
|
REGISTRY_IMAGE=git.ludops.com/ludops/ludops-todo
|