gestione delete_after_processing

This commit is contained in:
2025-11-03 19:06:04 +01:00
parent 6d7c5cf158
commit 6e494608ea
4 changed files with 90 additions and 0 deletions

View File

@@ -25,6 +25,9 @@ services:
DB_PASSWORD: "your_secure_password"
DB_NAME: "ase_lar"
# File Processing Behavior
# DELETE_AFTER_PROCESSING: "true" # Cancella file dopo elaborazione corretta (default: false = mantiene i file)
# Logging (opzionale)
LOG_LEVEL: "INFO"
volumes:
@@ -55,6 +58,9 @@ services:
DB_PASSWORD: "your_secure_password"
DB_NAME: "ase_lar"
# File Processing Behavior
# DELETE_AFTER_PROCESSING: "true" # Cancella file dopo elaborazione corretta (default: false = mantiene i file)
# Logging (opzionale)
LOG_LEVEL: "INFO"
volumes:
@@ -85,6 +91,7 @@ services:
DB_USER: "ase_user"
DB_PASSWORD: "your_secure_password"
DB_NAME: "ase_lar"
# DELETE_AFTER_PROCESSING: "true" # Cancella file dopo elaborazione corretta (default: false = mantiene i file)
LOG_LEVEL: "INFO"
volumes:
- ./logs/ftp2:/app/logs