Lots of changes to support Alembic and external DB

This commit is contained in:
James Pattinson
2025-12-04 17:54:49 +00:00
parent d33ad725cb
commit b6ad496cf0
14 changed files with 919 additions and 160 deletions

View File

@@ -44,10 +44,10 @@ services:
- db
volumes:
- ./backend:/app
- ./db-init:/db-init:ro # Mount CSV data for seeding
networks:
- private_network
- public_network
command: uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload
# Redis for caching (optional for now)
redis: