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