Initial commit: all TrueNAS docker compose stacks
This commit is contained in:
14
media/.env.example
Normal file
14
media/.env.example
Normal 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
|
||||
Reference in New Issue
Block a user