From 87f50ceb16ad3f25e60b9c2b193740177077e0ad Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Sat, 18 Apr 2026 00:34:19 -0400 Subject: [PATCH] docs(docker): document FABRO_DOMAIN in .env.example Used by the prod compose stack to tell Caddy which hostname to serve and auto-provision a cert for. --- .env.example | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index bd2b4753f..59127f810 100644 --- a/.env.example +++ b/.env.example @@ -17,4 +17,9 @@ GITHUB_APP_WEBHOOK_SECRET= GITHUB_APP_PRIVATE_KEY= FABRO_SLACK_APP_TOKEN= -FABRO_SLACK_BOT_TOKEN= \ No newline at end of file +FABRO_SLACK_BOT_TOKEN= + +# Public hostname for the prod docker-compose stack. Leave unset for +# localhost (Caddy will serve plain HTTP); set to a real DNS name to +# let Caddy auto-provision a Let's Encrypt certificate. +FABRO_DOMAIN= \ No newline at end of file