composer/.env.example
padriano e56ea087a8 Initial commit
Home server Docker Compose stack with Forgejo, Home Assistant, DuckDNS, and Time Machine services.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-09 15:45:56 +01:00

16 lines
416 B
Text

# Required environment variables for docker-compose
# Copy this to .env and fill in the values before starting the stack.
PUID=1000
PGID=1000
TZ=Etc/UTC
DUCKDNS_SUBDOMAINS=ha-padriano,padrianoha,padriano
DUCKDNS_TOKEN=replace-with-your-duckdns-token
TM_UID=1000
TM_GID=1000
TM_GROUPNAME=timemachine
TM_USERNAME=timemachine
TIMEMACHINE_PASSWORD=replace-with-your-timemachine-password
TIMEMACHINE_VOLUME_LIMIT=500G