Add users authentication routes
This commit is contained in:
@@ -92,19 +92,6 @@ services:
|
||||
- ./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
|
||||
|
||||
redis:
|
||||
image: redis:alpine
|
||||
command: redis-server --requirepass ${REDIS_PASS:-secretredis}
|
||||
|
||||
Reference in New Issue
Block a user