Initial infrastructure setup

This commit is contained in:
Lorentz 2026-02-15 19:31:34 +00:00
commit 91f4ba3dbf
7 changed files with 754 additions and 0 deletions

17
.env.example Normal file
View file

@ -0,0 +1,17 @@
# PostgreSQL
POSTGRES_PASSWORD=change-me-to-a-strong-password
# Cloudflare DNS Challenge
CLOUDFLARE_DNS_API_TOKEN=your-cloudflare-api-token-here
ACME_EMAIL=lorentz@wulfconsulting.com
# Domains
DEV_DOMAIN=dev.quest.vorteq.wulf.cloud
TEST_DOMAIN=testing.vorteq.wulf.cloud
PROD_DOMAIN=quest.vorteq.wulf.cloud
TRAEFIK_DOMAIN=traefik.vorteq.wulf.cloud
# Better-Auth Secrets (generate with: openssl rand -base64 32)
DEV_AUTH_SECRET=your-dev-secret-here
TEST_AUTH_SECRET=your-test-secret-here
PROD_AUTH_SECRET=your-prod-secret-here