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
Multi-arch manifests — resolve automatically to the right image for your platform.
| 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. | Staying current. |
| Tag | Description | Best For |
|---|---|---|
latest-amd64 |
Upstream Binary. Built from official release. | Alternative build. |
pkg-amd64 |
FreeBSD Quarterly. Uses stable, tested packages. | Production stability. |
pkg-latest-amd64 |
FreeBSD Latest. Rolling package updates. | Staying current. |
| Tag | Description | Best For |
|---|---|---|
latest-aarch64 |
Upstream Binary. Built from official release. | Alternative build. |
pkg-aarch64 |
FreeBSD Quarterly. Uses stable, tested packages. | Production stability. |
pkg-latest-aarch64 |
FreeBSD Latest. Rolling package updates. | Staying current. |
Before deploying, ensure your host environment is ready. See the Quick Start Guide for host setup instructions, including the security model for host vs. container privileges.
Deployment
Save as compose.yaml, then run podman-compose up -d.
Save as run.sh, then run sh run.sh.
Save as seaweedfs-deploy.yaml, then run ansible-playbook seaweedfs-deploy.yaml.
Save the files above, then run appjail-director up.
Save as run.sh, then run sh run.sh.
Experimental
Bastille's OCI support is experimental. It requires buildah, shares the host network stack (inherit), and persists image-declared volumes under --data-path.
Save as podman-compose.yml, then run bastille up.
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, aarch64
- 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.