Initial commit: all TrueNAS docker compose stacks

This commit is contained in:
Paccoco
2026-04-15 18:19:24 -05:00
commit 462edb32b1
25 changed files with 1242 additions and 0 deletions

14
media/.env.example Normal file
View File

@@ -0,0 +1,14 @@
TZ=America/Chicago
# User/group for plex and tautulli
PUID=1000
PGID=1000
# User/group for calibre-web-automated (different from plex)
CWA_PUID=1001
CWA_PGID=1001
# Seerr postgres — must match databases initdb/01-create-databases.sql
SEERR_DB_NAME=seerr
SEERR_DB_USER=seerr
SEERR_DB_PASS=changeme