Commit Graph

8 Commits

Author SHA1 Message Date
Scott Idem
32560d2257 feat: Operational hardening — healthcheck, config refactor, requirements lock
- Add GET /health route (DB + Redis ping, 200/503) with Dockerfile HEALTHCHECK directive
- Replace config.py stub with real pydantic BaseSettings reading directly from env vars;
  remove external config file mount from docker-compose
- Add requirements.lock (pip freeze snapshot for bit-identical builds)
- Untrack config.py globally but allow app/config.py via .gitignore negation

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-10 18:44:58 -04:00
Scott Idem
f42c1e11eb Updated ignore files 2024-10-09 13:42:31 -04:00
Scott Idem
53b395bd98 Update to ignore more files and directories. 2024-10-09 12:11:19 -04:00
Scott Idem
25a7c3ef20 Get rid of env file... 2024-04-26 18:14:48 -04:00
Scott Idem
420180f20c Unknown 2021-02-26 10:54:04 -05:00
Scott Idem
8433960d0d Starting the slow migration to FastAPI... 2020-11-10 17:04:12 -05:00
Scott Idem
eeedc2ad6f Initial commit with the basics 2020-09-14 12:41:02 -04:00
bd7f33fbbf Initial commit 2020-09-14 13:48:09 +00:00