trypost/docker
André Dantas 7d3b8a478e fix(docker): drop stripe envs and bump upload limits to 1G
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.
2026-05-12 23:44:55 -03:00
..
.env.docker.example fix(docker): drop stripe envs and bump upload limits to 1G 2026-05-12 23:44:55 -03:00
Dockerfile feat(docker): add multi-stage Dockerfile with dev and production targets 2026-05-12 23:44:55 -03:00
entrypoint.sh feat(docker): add multi-stage Dockerfile with dev and production targets 2026-05-12 23:44:55 -03:00
nginx.conf fix(docker): drop stripe envs and bump upload limits to 1G 2026-05-12 23:44:55 -03:00
php.dev.ini fix(docker): drop stripe envs and bump upload limits to 1G 2026-05-12 23:44:55 -03:00
php.prod.ini fix(docker): drop stripe envs and bump upload limits to 1G 2026-05-12 23:44:55 -03:00
postgres-init.sh feat(docker): add multi-stage Dockerfile with dev and production targets 2026-05-12 23:44:55 -03:00
supervisord.dev.conf feat(docker): add multi-stage Dockerfile with dev and production targets 2026-05-12 23:44:55 -03:00
supervisord.prod.conf feat(docker): add multi-stage Dockerfile with dev and production targets 2026-05-12 23:44:55 -03:00