switch from minio to seaweedfs
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
services:
|
||||
minio:
|
||||
image: minio/minio:RELEASE.2026-02-17T00-53-00Z
|
||||
command: server /data --console-address ":9001"
|
||||
seaweedfs:
|
||||
image: chrislusf/seaweedfs:latest
|
||||
command:
|
||||
- server
|
||||
- -s3
|
||||
environment:
|
||||
MINIO_ROOT_USER: ${MINIO_ROOT_USER:-minioadmin}
|
||||
MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD:-minioadmin}
|
||||
AWS_ACCESS_KEY_ID: ${S3_ACCESS_KEY:-minioadmin}
|
||||
AWS_SECRET_ACCESS_KEY: ${S3_SECRET_KEY:-minioadmin}
|
||||
ports:
|
||||
- "9000:9000"
|
||||
- "9001:9001"
|
||||
- "8333:8333"
|
||||
- "9333:9333"
|
||||
- "8888:8888"
|
||||
volumes:
|
||||
- minio_data:/data
|
||||
- seaweedfs_data:/data
|
||||
|
||||
volumes:
|
||||
minio_data:
|
||||
seaweedfs_data:
|
||||
|
||||
Reference in New Issue
Block a user