Initial commit: all TrueNAS docker compose stacks
This commit is contained in:
15
databases/.env.example
Normal file
15
databases/.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
TZ=America/Chicago
|
||||
|
||||
# PostgreSQL
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=changeme
|
||||
POSTGRES_DB=postgres
|
||||
|
||||
# MariaDB
|
||||
MARIADB_ROOT_PASSWORD=changeme
|
||||
UPTIMEKUMA_DB_NAME=uptime_kuma
|
||||
UPTIMEKUMA_DB_USER=uptime_kuma
|
||||
UPTIMEKUMA_DB_PASS=changeme
|
||||
|
||||
# Redis
|
||||
REDIS_PASSWORD=changeme
|
||||
Reference in New Issue
Block a user