s3
This commit is contained in:
BIN
compose/.DS_Store
vendored
Normal file
BIN
compose/.DS_Store
vendored
Normal file
Binary file not shown.
12
compose/s3.yml
Normal file
12
compose/s3.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
minio:
|
||||||
|
image: quay.io/minio/minio
|
||||||
|
command: server /data --console-address ":9001"
|
||||||
|
environment:
|
||||||
|
- MINIO_ROOT_USER=${ROOT_USER}
|
||||||
|
- MINIO_ROOT_PASSWORD=${ROOT_PASSWORD}
|
||||||
|
volumes:
|
||||||
|
- ${ROOT_DIR}:/data
|
||||||
|
ports:
|
||||||
|
- 9000:9000
|
||||||
|
- 9001:9001
|
Reference in New Issue
Block a user