mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
updated minio
This commit is contained in:
+2
-5
@@ -1,10 +1,7 @@
|
|||||||
# minio
|
# minio
|
||||||
|
|
||||||
Last Updated: Fri August 02, 2024 14:21:26 PDT
|
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
Docker Hub:
|
Docker Hub: https://hub.docker.com/r/minio/minio/tags
|
||||||
Project:
|
Project: https://min.io/
|
||||||
Docker Compose Example:
|
|
||||||
Proxy Port: 9001
|
Proxy Port: 9001
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: server --console-address ":9001" /data
|
command: server --console-address ":9001" /data
|
||||||
environment:
|
environment:
|
||||||
- MINIO_ROOT_USER=${MINIO_ROOT_USER:-aministrator}
|
- MINIO_ROOT_USER=${MINIO_ROOT_USER:-administrator}
|
||||||
- MINIO_ROOT_PASSWORD=${MINIO_ROOT_PASSWORD:-01234567890123456}
|
- MINIO_ROOT_PASSWORD=${MINIO_ROOT_PASSWORD:-01234567890123456}
|
||||||
- MINIO_SERVER_URL=${MINIO_SERVER_URL:-https://s3.example.com}
|
- MINIO_SERVER_URL=${MINIO_SERVER_URL:-https://s3.example.com}
|
||||||
- MINIO_BROWSER_REDIRECT_URL=${MINIO_BROWSER_REDIRECT_URL:-https://console.s3.example.com}
|
- MINIO_BROWSER_REDIRECT_URL=${MINIO_BROWSER_REDIRECT_URL:-https://console.s3.example.com}
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
version: '3.4'
|
|
||||||
|
|
||||||
services:
|
|
||||||
minio:
|
|
||||||
extends:
|
|
||||||
file: ${COOKBOOK}/minio/docker-compose.yml
|
|
||||||
service: minio
|
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
COOKBOOK=/git/docker-compose-cookbooks #HELP: cookbooks
|
COOKBOOK=/git/docker-compose-cookbooks #HELP: cookbooks
|
||||||
VOL_PATH=./data/ #HELP: volpath
|
VOL_PATH=./data/ #HELP: volpath
|
||||||
MINIO_IMAGE=quay.io/minio/minio:latest
|
MINIO_IMAGE=quay.io/minio/minio:latest
|
||||||
MINIO_ROOT_USER=aministrator
|
MINIO_ROOT_USER=administrator
|
||||||
MINIO_ROOT_PASSWORD=01234567890123456
|
MINIO_ROOT_PASSWORD=01234567890123456
|
||||||
MINIO_SERVER_URL=https://s3.example.com
|
MINIO_SERVER_URL=https://s3.example.com
|
||||||
MINIO_BROWSER_REDIRECT_URL=https://console.s3.example.com
|
MINIO_BROWSER_REDIRECT_URL=https://console.s3.example.com
|
||||||
|
|||||||
Reference in New Issue
Block a user