docs: update Docker deploy instructions with user-facing compose files

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
saltbo
2026-04-21 20:33:56 -04:00
parent 93c5e7739b
commit ae7a0d003f
+12
View File
@@ -37,10 +37,22 @@ After initial setup, the workflow runs automatically every time you sync your fo
### Docker
**Quick start** — pull the pre-built image:
```bash
curl -O https://raw.githubusercontent.com/saltbo/zpan/master/deploy/docker-compose.yml
docker compose up -d
```
**With RustFS** (self-hosted S3-compatible storage):
```bash
curl -O https://raw.githubusercontent.com/saltbo/zpan/master/deploy/docker-compose.rustfs.yml
docker compose -f docker-compose.rustfs.yml up -d
```
RustFS console will be at `http://localhost:9001` (admin / admin123). Create a bucket there, then configure the storage in ZPan's admin panel.
## Documentation
- [Roadmap](V2_ROADMAP.md)