feat: add environment variables for SMTP configuration and update hub-net to internal

This commit is contained in:
2026-05-12 09:19:39 -05:00
parent 52577b9e66
commit 42d7b876d1
2 changed files with 11 additions and 1 deletions

View File

@@ -180,6 +180,16 @@ services:
- CENTRAL_SERVER_URL=${CENTRAL_SERVER_URL:-""}
- SYNC_SECRET_TOKEN=${SYNC_SECRET_TOKEN:-change-this-sync-token-in-production}
- SPOKE_URLS=${SPOKE_URLS:-""}
- HUB_URL=${HUB_URL:-https://workspace.aduanasoft.com}
- HUB_ADMIN_EMAIL=${HUB_ADMIN_EMAIL:-}
- HUB_ADMIN_PASSWORD=${HUB_ADMIN_PASSWORD:-}
- APP_PUBLIC_URL=${APP_PUBLIC_URL:-https://anexo76-dev.aduanasoft.com}
- SMTP_HOST=${SMTP_HOST:-smtp.gmail.com}
- SMTP_PORT=${SMTP_PORT:-587}
- SMTP_USER=${SMTP_USER:-}
- SMTP_PASSWORD=${SMTP_PASSWORD:-}
- SMTP_FROM_NAME=${SMTP_FROM_NAME:-Sistema Anexo76}
- SMTP_USE_TLS=${SMTP_USE_TLS:-true}
- CSV_IMPORT_STORAGE=${CSV_IMPORT_STORAGE:-minio}
- S3_ENDPOINT_URL=${S3_ENDPOINT_URL:-http://minio:9000}
- S3_ACCESS_KEY=${S3_ACCESS_KEY:-${MINIO_ROOT_USER:-minioadmin}}

View File

@@ -313,5 +313,5 @@ networks:
driver: bridge
hub-net:
external: true
external: false
name: aduanasoft-hub_default