# ============================================================================= # Task Reporter - Docker Environment Configuration # ============================================================================= # Copy this file to .env.docker and customize for your deployment. # Use with: docker-compose -f docker-compose.minio.yml --env-file .env.docker up -d # ============================================================================= # ----------------------------------------------------------------------------- # MinIO Configuration # ----------------------------------------------------------------------------- # MinIO admin username # IMPORTANT: Change this in production! MINIO_ROOT_USER=minioadmin # MinIO admin password # IMPORTANT: Use a strong password in production! MINIO_ROOT_PASSWORD=minioadmin # MinIO S3 API port (default: 9000) MINIO_API_PORT=9000 # MinIO Web Console port (default: 9001) MINIO_CONSOLE_PORT=9001