mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-18 02:56:30 +08:00
commit:集成Minio
This commit is contained in:
@@ -67,6 +67,21 @@ services:
|
||||
networks:
|
||||
- zz-test
|
||||
|
||||
minio:
|
||||
image: minio/minio:latest
|
||||
environment:
|
||||
# spring boot服务中的配置项需要与该值相同。
|
||||
# nginx访问页面的登录名和密码。密码不能少于8个字符。
|
||||
- MINIO_ACCESS_KEY=admin
|
||||
- MINIO_SECRET_KEY=admin123456
|
||||
volumes:
|
||||
- ./data/minio:/data
|
||||
- ./services/minio/config:/root/.minio
|
||||
ports:
|
||||
# 对主机暴露19000接口,nginx需要将请求导入该端口号。
|
||||
- "19000:9000"
|
||||
command: server /data
|
||||
|
||||
networks:
|
||||
zz-test:
|
||||
driver: bridge
|
||||
|
||||
Reference in New Issue
Block a user