Set up separate minio container for query pack storage
This commit is contained in:
committed by
=Michael Hohn
parent
7347779072
commit
9270230f08
@@ -64,6 +64,21 @@ services:
|
||||
volumes:
|
||||
- ./dbstore-data:/data
|
||||
|
||||
|
||||
qpstore:
|
||||
image: minio/minio:RELEASE.2024-06-11T03-13-30Z
|
||||
container_name: qpstore
|
||||
ports:
|
||||
- "19000:9000" # host:container
|
||||
- "19001:9001"
|
||||
environment:
|
||||
MINIO_ROOT_USER: user
|
||||
MINIO_ROOT_PASSWORD: mmusty8432
|
||||
|
||||
command: server /data --console-address ":9001"
|
||||
volumes:
|
||||
- ./qpstore-data:/data
|
||||
|
||||
# Remove named volumes to use bind mounts
|
||||
# volumes:
|
||||
# minio-data:
|
||||
|
||||
Reference in New Issue
Block a user