feature/integracion-cloudrestore-targets (#9)

integraciones para cloud recovery

Reviewed-on: #9
Co-authored-by: hreyes <hreyes@aduanasoft.com.mx>
Co-committed-by: hreyes <hreyes@aduanasoft.com.mx>
This commit is contained in:
2026-06-09 14:58:48 +00:00
committed by acazares
parent 3e5557c034
commit b8be307892
30 changed files with 2426 additions and 67 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)