fixing rolodex and search

This commit is contained in:
HotSwapp
2025-08-11 21:58:25 -05:00
parent 278eb7c5d4
commit c76b68d009
25 changed files with 1651 additions and 915 deletions

View File

@@ -28,7 +28,7 @@ services:
- delphi_dev_uploads:/app/uploads
# Database backups
- delphi_dev_backups:/app/backups
command: python -m uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload
command: python -m uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload --reload-dir app --reload-dir templates --reload-dir static
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000/health"]