Files
michaelschiemer/docker-compose.staging.yml
Michael Schiemer 7f7029ae2a
All checks were successful
Test Runner / test-basic (push) Successful in 7s
Test Runner / test-php (push) Successful in 7s
Deploy Application / deploy (push) Successful in 1m46s
fix(staging): add APP_KEY_FILE environment variable to scheduler and queue-worker
The scheduler and queue-worker containers were crashing with
RequiredEnvironmentVariableException because the APP_KEY_FILE
environment variable was not set, even though the app_key secret
was mounted. The Framework's Environment class needs the *_FILE
pattern to read Docker Secrets.
2025-11-25 22:45:23 +01:00

20 KiB