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

13
dev/.env.example Normal file
View File

@@ -0,0 +1,13 @@
TZ=America/Chicago
# User/group for gitea
PUID=1000
PGID=1000
# Gitea
GITEA_ROOT_URL=https://gitea.yourdomain.com
# Gitea postgres — must match databases initdb/01-create-databases.sql
GITEA_DB_NAME=gitea
GITEA_DB_USER=gitea
GITEA_DB_PASS=changeme