feat: add API proxy for MinIO files - fixes file access in production

This commit is contained in:
Erik Silva
2026-01-20 14:31:13 -03:00
parent 15fc631988
commit f103727920
4 changed files with 97 additions and 5 deletions

View File

@@ -37,7 +37,9 @@ services:
MINIO_ACCESS_KEY: ${MINIO_ROOT_USER:-admin}
MINIO_SECRET_KEY: ${MINIO_ROOT_PASSWORD:-password123}
MINIO_USE_SSL: "false"
MINIO_BUCKET: ${MINIO_BUCKET:-documents}
MINIO_BUCKET: ${MINIO_BUCKET:-portal-transparencia}
JWT_SECRET: ${JWT_SECRET:-supersecretkey123456789}
NODE_ENV: production
depends_on:
- postgres
- minio