Add Discord webhook env vars to root docker-compose (the one production uses)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -72,7 +72,7 @@ DISCORD_WEBHOOK_DOWNLOADS_URL
|
||||
### Landing and deployment
|
||||
`greenlns-landing/` is a Next.js 16 app built with `output: 'standalone'`.
|
||||
|
||||
The production-style stack lives in `greenlns-landing/docker-compose.yml` and includes:
|
||||
The production stack is deployed from the repo-root `docker-compose.yml` (env vars come from the repo-root `.env` on the server). `greenlns-landing/docker-compose.yml` is a secondary variant — when adding backend env vars, update BOTH files, but the root file is the one production uses. The stack includes:
|
||||
|
||||
- `caddy` for TLS and reverse proxy
|
||||
- `landing` for the Next.js app
|
||||
|
||||
Reference in New Issue
Block a user