This commit is contained in:
2024-08-07 22:23:14 -07:00
parent 08d83632a9
commit 2fdc04fcf5
5 changed files with 43 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
COOKBOOK=/git/docker-compose-cookbooks #HELP: cookbooks
VOL_PATH=./data/ #HELP: volpath
MINIO_IMAGE=quay.io/minio/minio:latest
MINIO_ROOT_USER=aministrator
MINIO_ROOT_PASSWORD=01234567890123456
MINIO_SERVER_URL=https://s3.example.com
MINIO_BROWSER_REDIRECT_URL=https://console.s3.example.com
MINO_CONSOLE_SECURE_TLS_REDIRECT=off