feat: add API proxy for MinIO files - fixes file access in production
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user