2026-08-11 16:25:18 +08:00
|
|
|
MINIO_ACCESS_KEY=minioadmin
|
|
|
|
|
MINIO_SECRET_KEY=change_me_minio_secret
|
2026-08-12 15:21:23 +08:00
|
|
|
MINIO_API_PORT=19000
|
|
|
|
|
MINIO_CONSOLE_PORT=19001
|
2026-08-11 16:25:18 +08:00
|
|
|
MINIO_DATA_ROOT_HOST=./data
|
2026-08-12 15:21:23 +08:00
|
|
|
|
|
|
|
|
# Backend and Compute API use this externally reachable endpoint when MinIO
|
|
|
|
|
# runs on a separate server. Keep the container's internal API port at 9000.
|
|
|
|
|
MINIO_EXTERNAL_ENDPOINT=http://<storage-server-ip>:19000
|