# ───────────────────────────────────────────────────────── # 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=skeleton # Full registry image path — must match the Gitea repository path. # Format: git.ludops.com// REGISTRY_IMAGE=git.ludops.com/ludops/ludops-skeleton