-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (23 loc) · 1.29 KB
/
Copy path.env.example
File metadata and controls
26 lines (23 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Optional root Docker Compose overrides and tunnel settings.
# Copy to `.env` for Docker Compose overrides, including production tunnel auth.
# Optional: token-based Cloudflare Tunnel auth.
# - `docker-compose.yml`: used when you enable the optional `tunnel` profile.
# - `docker-compose.prod.yml`: required if you run the production `cloudflared`
# service.
# Get the token from Cloudflare Zero Trust → Networks → Tunnels.
CLOUDFLARE_TUNNEL_TOKEN=
# Optional production overrides for `docker-compose.prod.yml`.
# ── Database ──────────────────────────────────────────────────────────────────
DATABASE_URL=postgresql+asyncpg://spendhound:<change-me-in-production>@db:<port5555>/spendhound
POSTGRES_USER=spendhound
POSTGRES_PASSWORD=change-me-in-production
POSTGRES_DB=spendhound
FRONTEND_BIND_ADDRESS=127.0.0.1
FRONTEND_PORT=3000
UVICORN_WORKERS=2
# Optional production Cloudflare Tunnel config location.
# Leave this commented out to use the default ignored local file:
# - `deploy/cloudflared/config.yml`
# Uncomment and set an absolute or relative path if your real config file lives
# outside the repository.
# CLOUDFLARED_CONFIG_PATH=./deploy/cloudflared/config.yml