++ update project

This commit is contained in:
2026-03-18 17:09:11 +01:00
parent c06c916e1d
commit 405b8d24bd
9 changed files with 1134 additions and 0 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
s3-folder-sync:
build: .
container_name: s3-folder-sync
env_file:
- .env
ports:
- "${WEB_PORT:-8080}:${WEB_PORT:-8080}"
volumes:
# Mappa cartelle locali esistenti verso i percorsi usati in SYNC_JOBS_JSON
- ./backups/foto:/sync/foto
- ./backups/documenti:/sync/documenti
# Opzionale: monta il profilo AWS del sistema host
# - ${USERPROFILE}/.aws:/root/.aws:ro
restart: unless-stopped