Major Domo Database - PostgreSQL database service for SBA bot
Go to file
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
.claude chore: Move documentation to .claude/ 2026-02-05 13:14:09 -06:00
.gitea/workflows fix: drop :latest tag from CI, make worker count configurable 2026-04-09 08:41:47 -05:00
app feat: increase MAX_LIMIT to 1000 for plays batting/fielding/pitching (#111) 2026-04-08 06:32:46 -05:00
migrations fix: add missing indexes on FK columns in stratplay and stratgame (#74) 2026-04-07 23:05:25 -05:00
scripts CLAUDE: Add --clean flag to production database sync 2025-10-23 16:52:42 -05:00
tests fix: update test limit to respect MAX_LIMIT=500 (#110) 2026-04-08 12:55:35 +00:00
.dockerignore Adding Git and Docker files 2023-02-21 11:53:02 -06:00
.env Address PR review feedback for DISCORD_WEBHOOK_URL env var 2026-03-26 23:23:26 -05:00
.gitignore feat: add migration tracking system (#81) 2026-03-27 05:34:13 -05:00
CLAUDE.md chore: switch CI to tag-triggered builds 2026-04-06 16:58:45 +00:00
deploy.sh Add Gitea Actions CI/CD pipeline 2026-02-04 11:43:18 -06:00
docker-compose.yml chore: remove vestigial env vars from docker-compose (#121) 2026-04-10 15:53:21 +00:00
Dockerfile chore: drop libpq-dev from Dockerfile (#118) 2026-04-09 13:31:34 -05:00
LICENSE Initial commit 2023-02-19 21:42:32 -06:00
migrations.py feat: add migration tracking system (#81) 2026-03-27 05:34:13 -05:00
pytest.ini refactor: Add dependency injection for testability 2026-02-03 15:59:04 +00:00
requirements-dev.txt chore: pin all Python dependency versions in requirements.txt (#62) 2026-03-10 00:32:41 -05:00
requirements.txt chore: pin all Python dependency versions in requirements.txt (#62) 2026-03-10 00:32:41 -05:00
VERSION chore: bump version to 2.7.0 2026-02-17 17:31:43 -06:00