composer/.env.example
padriano c134eb3d7a add samba SMB share container on macvlan network
- New dperson/samba service at 192.168.1.247 via macvlan_lan network
- Avoids port 445 conflict with existing timemachine container
- Shares /home/padriano/share as authenticated [Share] over SMB2/3
- Avahi service file for Finder sidebar discovery

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

21 lines
516 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
SAMBA_UID=1000
SAMBA_GID=1000
SAMBA_USERNAME=samba
SAMBA_PASSWORD=replace-with-your-samba-password