fixing rolodex and search
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user