lots of stuff had been added
This commit is contained in:
parent
28420e86dd
commit
814900b72e
16 changed files with 257 additions and 0 deletions
17
minio/docker-compose.yml
Normal file
17
minio/docker-compose.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
sandcrawler:
|
||||
image: minio/minio
|
||||
ports:
|
||||
- "9090:9000"
|
||||
- "9091:9001"
|
||||
volumes:
|
||||
- /mnt/vault/sandcrawler:/data
|
||||
environment:
|
||||
MINIO_ROOT_USER: $MINIO_ROOT_USER
|
||||
MINIO_ROOT_PASSWORD: $MINIO_ROOT_PASSWORD
|
||||
command: server --console-address ":9001" /data
|
||||
|
||||
volumes:
|
||||
minio_storage: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue