feat: add Docker Compose deployments for SeaweedFS, Ceph, and RustFS

This commit is contained in:
aa_humaaan
2026-03-03 20:35:02 +05:30
parent de17993402
commit 540f07b143
4 changed files with 117 additions and 3 deletions

View File

@@ -18162,7 +18162,7 @@
"hosting_type": "self-hosted",
"deployment": {
"type": "docker-compose",
"local_path": "./.docker-deploy/seaweedfs"
"local_path": "./deployments/seaweedfs"
}
},
{
@@ -18190,7 +18190,7 @@
"hosting_type": "self-hosted",
"deployment": {
"type": "docker-compose",
"local_path": "./.docker-deploy/ceph"
"local_path": "./deployments/ceph"
}
},
{
@@ -18218,7 +18218,7 @@
"hosting_type": "self-hosted",
"deployment": {
"type": "docker-compose",
"local_path": "./.docker-deploy/rustfs"
"local_path": "./deployments/rustfs"
}
}
]