feature/integracion-cloudrestore-targets

This commit is contained in:
2026-06-05 10:50:27 -06:00
parent 4642086e8c
commit 969acdbdf4
32 changed files with 2484 additions and 62 deletions

View File

@@ -35,6 +35,10 @@ services:
- SMTP_PASSWORD=${SMTP_PASSWORD:-}
- SMTP_FROM=${SMTP_FROM:-}
- SMTP_USE_TLS=${SMTP_USE_TLS:-true}
# Integración CloudRestoreAS
- CLOUDRESTORE_API_TOKEN=${CLOUDRESTORE_API_TOKEN}
- ENCRYPTION_KEY=${ENCRYPTION_KEY}
volumes:
# Map the actual backup folder from host to the container's backup path
# Local dev: carpeta escribible del repo con respaldos sintéticos (read-only en el contenedor)