minio working
This commit is contained in:
parent
12452de0b5
commit
f997855f97
5 changed files with 193 additions and 6 deletions
|
|
@ -1,17 +1,21 @@
|
|||
version: '3'
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
sandcrawler:
|
||||
image: minio/minio
|
||||
ports:
|
||||
- "9090:9000"
|
||||
- "9091:9001"
|
||||
- 9000
|
||||
- 9001
|
||||
volumes:
|
||||
- /mnt/vault/sandcrawler:/data
|
||||
- minio_storage:/data
|
||||
environment:
|
||||
MINIO_ROOT_USER: $MINIO_ROOT_USER
|
||||
MINIO_ROOT_PASSWORD: $MINIO_ROOT_PASSWORD
|
||||
MINIO_ROOT_USER: waylon
|
||||
MINIO_ROOT_PASSWORD: password
|
||||
command: server --console-address ":9001" /data
|
||||
|
||||
# labels:
|
||||
# kompose.service.expose: minio.wayl.one, minio-ui.wayl.one
|
||||
# kompose.image-pull-secret: regcred
|
||||
|
||||
volumes:
|
||||
minio_storage: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue