mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
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.
This commit is contained in:
parent
a00abd8970
commit
87f50ceb16
1 changed files with 6 additions and 1 deletions
|
|
@ -17,4 +17,9 @@ GITHUB_APP_WEBHOOK_SECRET=
|
|||
GITHUB_APP_PRIVATE_KEY=
|
||||
|
||||
FABRO_SLACK_APP_TOKEN=
|
||||
FABRO_SLACK_BOT_TOKEN=
|
||||
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=
|
||||
Loading…
Add table
Reference in a new issue