Lots of changes to support Alembic and external DB
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user