deploy/.env (copied from deploy/.env.example).
Anything you leave blank falls back to the default baked into the compose files.
Required
DATABASE_URL and NATS_URL are wired to the bundled PostgreSQL and NATS by
the compose file, so you don’t set them yourself.
Storage
The cache location is a volume mount, not an env var. See Storage.