pretendo-docker/environment/minio.env
Matthew Lopez 56e45e8fcd
Reconfigure MinIO to be proxied through Nginx
This change is necessary because some games need to connect to a S3 server directly, and MinIO is limited to listening on one domain for virtual hosts.
2024-02-22 21:13:37 -05:00

5 lines
111 B
Bash

MINIO_VOLUMES=/data
MINIO_DOMAIN=minio.pretendo.cc
MINIO_ROOT_USER=minio_pretendo
MINIO_BROWSER_REDIRECT=false