chore: remove vestigial env vars from docker-compose (#121) #123

Merged
cal merged 1 commits from issue/121-chore-remove-vestigial-env-vars-from-docker-compos into main 2026-04-10 15:53:34 +00:00

1 Commits

Author SHA1 Message Date
Cal Corum
99fbb3848b chore: remove vestigial env vars from docker-compose (#121)
Closes #121

WORKERS_PER_CORE, TIMEOUT, and GRACEFUL_TIMEOUT were consumed by the
old tiangolo/uvicorn-gunicorn-fastapi base image and are silently
ignored since switching to python:3.12-slim with an explicit uvicorn CMD.

Also applied the same removal to dev (ssh sba-db) and prod (ssh akamai)
docker-compose files directly. Added WEB_WORKERS=4 to prod to override
the Dockerfile default of 2.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-10 15:53:21 +00:00