mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-04-02 09:43:45 +08:00
init minio
This commit is contained in:
@@ -15,3 +15,11 @@ ALLOWED_ORIGINS=http://localhost,https://localhost,http://localhost:8080,http://
|
||||
ALLOWED_METHODS=*
|
||||
ALLOWED_HEADERS=*
|
||||
ALLOWED_EXPOSE_HEADERS=*
|
||||
# minio
|
||||
MINIO_ENDPOINT=http://host.docker.internal:9000
|
||||
MINIO_EXPOSE_PORT=9000
|
||||
MINIO_WEB_PORT=9001
|
||||
MINIO_STORE=~/docker/store/mjga/minio/data
|
||||
MINIO_ROOT_USER=minio
|
||||
MINIO_ROOT_PASSWORD=minio123
|
||||
MINIO_DEFAULT_BUCKETS=zhilu
|
||||
|
||||
Reference in New Issue
Block a user