remove old import

This commit is contained in:
HotSwapp
2025-08-14 21:27:34 -05:00
parent bfc04a6909
commit 679ab4446a
17 changed files with 2016 additions and 557 deletions

View File

@@ -18,14 +18,14 @@ services:
- WORKER_TIMEOUT=${WORKER_TIMEOUT:-120}
- LOG_LEVEL=${LOG_LEVEL:-INFO}
volumes:
# Database and persistent data
- delphi_data:/app/data
# Database and persistent data - using local directory for development
- ./data:/app/data
# File uploads
- delphi_uploads:/app/uploads
# Database backups
- delphi_backups:/app/backups
# Optional: Mount local directory for development
# - ./data:/app/data
# Optional: Use Docker volume for production
# - delphi_data:/app/data
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000/health"]