Add minio admin to the containers
This commit is contained in:
@ -63,3 +63,16 @@ services:
|
||||
volumes:
|
||||
- ./docker/dex:/conf:ro
|
||||
command: ["dex", "serve", "/conf/dex.config.yaml"]
|
||||
|
||||
minio:
|
||||
image: quay.io/minio/minio
|
||||
command: minio server --console-address ":9002" /data
|
||||
ports:
|
||||
- 9000:9000/tcp
|
||||
- 9002:9002/tcp
|
||||
environment:
|
||||
MINIO_ROOT_USER: minioadmin
|
||||
MINIO_ROOT_PASSWORD: minioadmin
|
||||
volumes:
|
||||
# You may store the database tables in a local folder..
|
||||
- ./storage/minio:/data
|
||||
|
Reference in New Issue
Block a user