We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5712d4c commit ae85f5bCopy full SHA for ae85f5b
src/content/docs/web-application/how-to/deployment.mdx
@@ -59,6 +59,8 @@ volumes:
59
HEALTHCHECK_USER= # Set a strong username
60
HEALTHCHECK_PASS= # Set a strong password
61
# Optional: see [environment reference](/web-application/reference/env-variables)
62
+ ```
63
+
64
- Update your `.env` before starting the stack:
65
- Set `CADDY_HOST` and `BASE_URL` for your domain (for example `yourdomain.com` / `https://yourdomain.com`).
66
- Generate a production secret (`openssl rand -hex 32`) and assign it to `HTML2RSS_SECRET_KEY`.
0 commit comments