variabile compose x delete_after_processing
This commit is contained in:
@@ -88,6 +88,8 @@ services:
|
|||||||
TZ: Europe/Rome
|
TZ: Europe/Rome
|
||||||
FTP_PASSIVE_PORT: "40000"
|
FTP_PASSIVE_PORT: "40000"
|
||||||
FTP_EXTERNAL_IP: ${VIP:-192.168.1.210}
|
FTP_EXTERNAL_IP: ${VIP:-192.168.1.210}
|
||||||
|
# File Processing Behavior
|
||||||
|
# DELETE_AFTER_PROCESSING: "true" # Cancella file dopo elaborazione corretta (default: false = mantiene i file)
|
||||||
volumes:
|
volumes:
|
||||||
- app-logs:/app/logs
|
- app-logs:/app/logs
|
||||||
- ./aseftp:/app/aseftp
|
- ./aseftp:/app/aseftp
|
||||||
@@ -112,6 +114,8 @@ services:
|
|||||||
FTP_MODE: sftp
|
FTP_MODE: sftp
|
||||||
FTP_PORT: "22"
|
FTP_PORT: "22"
|
||||||
TZ: Europe/Rome
|
TZ: Europe/Rome
|
||||||
|
# File Processing Behavior
|
||||||
|
# DELETE_AFTER_PROCESSING: "true" # Cancella file dopo elaborazione corretta (default: false = mantiene i file)
|
||||||
volumes:
|
volumes:
|
||||||
- app-logs:/app/logs
|
- app-logs:/app/logs
|
||||||
- ./aseftp:/app/aseftp
|
- ./aseftp:/app/aseftp
|
||||||
|
|||||||
@@ -62,6 +62,8 @@ services:
|
|||||||
TZ: Europe/Rome
|
TZ: Europe/Rome
|
||||||
FTP_PASSIVE_PORT: "40000"
|
FTP_PASSIVE_PORT: "40000"
|
||||||
FTP_EXTERNAL_IP: ${VIP:-192.168.1.210}
|
FTP_EXTERNAL_IP: ${VIP:-192.168.1.210}
|
||||||
|
# File Processing Behavior
|
||||||
|
# DELETE_AFTER_PROCESSING: "true" # Cancella file dopo elaborazione corretta (default: false = mantiene i file)
|
||||||
volumes:
|
volumes:
|
||||||
- app-logs:/app/logs
|
- app-logs:/app/logs
|
||||||
- ./aseftp:/app/aseftp
|
- ./aseftp:/app/aseftp
|
||||||
@@ -86,6 +88,8 @@ services:
|
|||||||
FTP_MODE: sftp
|
FTP_MODE: sftp
|
||||||
FTP_PORT: "22"
|
FTP_PORT: "22"
|
||||||
TZ: Europe/Rome
|
TZ: Europe/Rome
|
||||||
|
# File Processing Behavior
|
||||||
|
# DELETE_AFTER_PROCESSING: "true" # Cancella file dopo elaborazione corretta (default: false = mantiene i file)
|
||||||
volumes:
|
volumes:
|
||||||
- app-logs:/app/logs
|
- app-logs:/app/logs
|
||||||
- ./aseftp:/app/aseftp
|
- ./aseftp:/app/aseftp
|
||||||
|
|||||||
Reference in New Issue
Block a user