s3
This commit is contained in:
parent
d4f2cca720
commit
e2a0edc933
2 changed files with 12 additions and 0 deletions
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
|
Loading…
Add table
Reference in a new issue