Files
michaelschiemer/docker-compose.staging.yml
Michael Schiemer 4309ea7972
All checks were successful
Test Runner / test-php (push) Successful in 30s
Deploy Application / deploy (push) Successful in 59s
Test Runner / test-basic (push) Successful in 6s
fix(staging): hardcode APP_DEBUG=false to prevent env override
Changed APP_DEBUG from ${APP_DEBUG:-false} to hardcoded false value
in all 4 services (php, nginx, queue-worker, scheduler).

This prevents any server-side .env or environment variables from
accidentally enabling debug mode in staging, which was causing
detailed error pages to be displayed.
2025-11-25 04:33:46 +01:00

18 KiB