gestione delete_after_processing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user