Files
OSIT-AE-Docker-Env/conf
Scott Idem 8c9d263afb Disable Gunicorn control_socket in FastAPI configs
Gunicorn 25.1.0+ enables a 'control_socket' by default, which creates
a root-owned 'gunicorn.ctl' file in the chdir directory. When this
directory is a volume mount (as in our dev/test setups), it causes
permission errors during Docker build context gathering.

This change explicitly sets 'control_socket = None' to prevent the
creation of this file.
2026-03-24 15:41:54 -04:00
..
2023-02-22 16:40:16 -05:00
2026-03-12 03:00:26 -04:00
2023-02-22 16:40:16 -05:00
2023-02-22 16:40:16 -05:00