From 93584252ec831d2d112c17e59cffdc4c2ffb0d27 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 3 Nov 2025 19:04:42 +0100 Subject: [PATCH] variabile compose x delete_after_processing --- vm1/docker-compose.yml | 4 ++++ vm2/docker-compose.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/vm1/docker-compose.yml b/vm1/docker-compose.yml index 5fd2ec0..5769b54 100644 --- a/vm1/docker-compose.yml +++ b/vm1/docker-compose.yml @@ -88,6 +88,8 @@ services: TZ: Europe/Rome FTP_PASSIVE_PORT: "40000" 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: - app-logs:/app/logs - ./aseftp:/app/aseftp @@ -112,6 +114,8 @@ services: FTP_MODE: sftp FTP_PORT: "22" TZ: Europe/Rome + # File Processing Behavior + # DELETE_AFTER_PROCESSING: "true" # Cancella file dopo elaborazione corretta (default: false = mantiene i file) volumes: - app-logs:/app/logs - ./aseftp:/app/aseftp diff --git a/vm2/docker-compose.yml b/vm2/docker-compose.yml index cbcdf25..e89bb8e 100644 --- a/vm2/docker-compose.yml +++ b/vm2/docker-compose.yml @@ -62,6 +62,8 @@ services: TZ: Europe/Rome FTP_PASSIVE_PORT: "40000" 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: - app-logs:/app/logs - ./aseftp:/app/aseftp @@ -86,6 +88,8 @@ services: FTP_MODE: sftp FTP_PORT: "22" TZ: Europe/Rome + # File Processing Behavior + # DELETE_AFTER_PROCESSING: "true" # Cancella file dopo elaborazione corretta (default: false = mantiene i file) volumes: - app-logs:/app/logs - ./aseftp:/app/aseftp