- Let the php container run the inet supervisord for the bg workers
still
- Properly configure the cron container to exec cron
- Add configuration to optionally change the sock file location for
php-fpm, allows us to specify a shared file between containers in a
pod
- make new entrypoint files executable
- Set the php config value for `session.cookie_domain` so that it
doesn't use the default of ''. When empty it falls back to the
hostname which will be different per pod, meaning that each pod will
handle session requests separately, which breaks things like OIDC.