13 lines
786 B
Plaintext
13 lines
786 B
Plaintext
# ─────────────────────────────────────────────────────────
|
|
# Copy this file to .env and fill in your values.
|
|
# .env is gitignored and used by docker-compose at runtime.
|
|
# ─────────────────────────────────────────────────────────
|
|
|
|
# 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/<owner>/<repo-name>
|
|
REGISTRY_IMAGE=git.ludops.com/ludops/ludops-skeleton
|