Home server Docker Compose stack with Forgejo, Home Assistant, DuckDNS, and Time Machine services. Co-authored-by: Cursor <cursoragent@cursor.com>
16 lines
416 B
Text
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
|