remove old import
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user