Commit Graph

2 Commits (99eb71a4cd11f8c01733758b695a95cb7ce7c044)

Author SHA1 Message Date
Jeremy Huntwork 99eb71a4cd Some additional fixes/changes
- 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.
2025-01-08 17:54:41 +00:00
Steve Juergens b1dd1a81af Initial configuration to split configuration to containers 2025-01-08 10:03:29 -05:00