SeaweedFS Ultimate Guide
SeaweedFS Ultimate Guide
The official SeaweedFS Wiki is written terribly, so after many days of research I came up with a solution.
Docker Compose Configuration
Warning
Do not set volumeSizeLimitMB too large; SeaweedFS will pre‑allocate volume space, and by default a single collection (corresponding to an S3 bucket) will create at least 7 volumes, which can quickly lead to insufficient disk space.
docker-compose.yml
| |
S3 Configuration File
Note
nameis the usernameaccessKeyandsecretKeycan be set freelyactionsare the specific permissions. See https://github.com/seaweedfs/seaweedfs/wiki/Amazon-S3-API#static-configuration
s3.config.json
| |
Caddy Reverse Proxy
Supports both VirtualHost Style and Path Style simultaneously.
Warning
The S3 service above must have domainName configured, otherwise Virtual Host Style mode will cause signature errors.
Caddyfile
| |
Last updated on