Files
YG_FT/docker/minio/.env.example

10 lines
353 B
Plaintext
Raw Normal View History

MINIO_ACCESS_KEY=minioadmin
MINIO_SECRET_KEY=change_me_minio_secret
MINIO_API_PORT=19000
MINIO_CONSOLE_PORT=19001
MINIO_DATA_ROOT_HOST=./data
# 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