SeaweedFS
| Description / name | Input element |
|---|---|
| Container Registry | |
| Container Configuration Root Path | |
| Timezone | |
| User ID | |
| Group ID | |
| SeaweedFS Host Port | |
| SeaweedFS /config Path | |
| SeaweedFS /data Path |
SeaweedFS is a fast distributed storage system for blobs, objects, files, and a data lake, scaling to billions of files. It provides an S3 API, POSIX FUSE mount, WebDAV, and a Filer with cross-cluster active-active replication.
| Port | 8333 |
| Registry | ghcr.io/daemonless/seaweedfs |
| Daemonless | daemonless/seaweedfs |
| Source | seaweedfs/seaweedfs |
| Website | seaweedfs.com |
Version Tags
| Tag | Description | Best For |
|---|---|---|
latest |
Upstream Binary. Built from official release. | Alternative build. |
pkg |
FreeBSD Quarterly. Uses stable, tested packages. | Production stability. |
pkg-latest |
FreeBSD Latest. Rolling package updates. | Newest FreeBSD packages. |
Root Privileges Required
Podman on FreeBSD currently requires root. All commands must be run as root (or via doas/sudo).
Before deploying, ensure your host environment is ready. See the Quick Start Guide for host setup instructions.
Deployment
Access at: http://localhost:8333
Interactive Configuration
Parameters
Environment Variables
| Variable | Default | Description |
|---|---|---|
PUID |
1000 |
User ID for the application process |
PGID |
1000 |
Group ID for the application process |
TZ |
UTC |
Timezone for the container |
SEAWEEDFS_MODE |
server |
SeaweedFS role: server (default, all-in-one S3+filer+volume), mini (turnkey + Admin UI), master, volume, filer, or s3 |
SEAWEEDFS_VOLUME_SIZE_LIMIT_MB |
`` | Per-volume file rollover size in MB, not a total quota (server/master only; default 30000 ≈ 30GB) |
WEED_ARGS |
`` | Extra arguments appended to the weed command (optional) |
S3_BUCKET |
`` | Comma-separated S3 buckets to pre-create on startup (read natively by weed) |
Volumes
| Path | Description |
|---|---|
/config |
TOML config files (filer.toml, security.toml) + s3.json identities |
/data |
Object / volume storage data |
Ports
| Port | Protocol | Description |
|---|---|---|
8333 |
TCP | S3 API |
9333 |
TCP | Master UI / API |
8888 |
TCP | Filer UI / API |
Implementation Details
- Architectures: amd64
- User:
bsd(UID/GID set via PUID/PGID). Defaults to1000:1000. - Base: Built on
ghcr.io/daemonless/base(FreeBSD 15.1).
Need help? Join our Discord community.