Two adjustments from the PR review. Stripe placeholders (STRIPE_KEY, STRIPE_SECRET, STRIPE_WEBHOOK_SECRET, and the eight price IDs) only matter when SELF_HOSTED=false. The Docker stack defaults to SELF_HOSTED=true, so keeping the block in .env.docker.example just adds noise for first-time contributors. upload_max_filesize and post_max_size go from 100M to 1G in both php.dev.ini and php.prod.ini to accept full-length video uploads. Bumping nginx client_max_body_size to match — otherwise the proxy would cut the request off before PHP ever sees it. |
||
|---|---|---|
| .. | ||
| .env.docker.example | ||
| Dockerfile | ||
| entrypoint.sh | ||
| nginx.conf | ||
| php.dev.ini | ||
| php.prod.ini | ||
| postgres-init.sh | ||
| supervisord.dev.conf | ||
| supervisord.prod.conf | ||