modify config.py to make minio works

This commit is contained in:
Kohaku-Blueleaf
2025-10-19 00:11:33 +08:00
parent 3c080bc632
commit 392c4c8a68
3 changed files with 4 additions and 2 deletions

View File

@@ -95,6 +95,7 @@ def generate_minio_service(config: dict) -> str:
environment:
- MINIO_ROOT_USER={config['s3_access_key']}
- MINIO_ROOT_PASSWORD={config['s3_secret_key']}
- MINIO_REGION=auto
ports:
- "29001:9000" # S3 API
- "29000:29000" # Web Console