# BugTrail production stack — copy to .env next to docker-compose.prod.yml # (docker compose reads it automatically; every value here is optional) # db password — change for production POSTGRES_PASSWORD=change-me # release address: caddy gets a DNS name → automatic HTTPS (Let's Encrypt). # DNS must point at the server, ports 80/443 must be reachable. SITE_ADDRESS=bugtrail.gnexus.space HTTP_PORT=80 HTTPS_PORT=443