https://github.com/swanhubx/self-hosted
SwanLab Self-hosted Service | SwanLab 私有化部署服务
https://github.com/swanhubx/self-hosted
Last synced: about 1 month ago
JSON representation
SwanLab Self-hosted Service | SwanLab 私有化部署服务
- Host: GitHub
- URL: https://github.com/swanhubx/self-hosted
- Owner: SwanHubX
- Created: 2025-03-10T03:00:26.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-05-07T03:48:32.000Z (about 1 month ago)
- Last Synced: 2025-05-08T21:43:09.587Z (about 1 month ago)
- Language: Shell
- Homepage: https://docs.swanlab.cn/guide_cloud/self_host/docker-deploy.html
- Size: 51.8 KB
- Stars: 9
- Watchers: 0
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Self-Hosted SwanLab[![][dockerhub-shield]][dockerhub-link]
[English](./README_EN.md)
## 快速部署
### 1. 手动部署
克隆仓库:
```bash
git clone https://github.com/swanhubx/self-hosted.git
cd self-hosted/docker
```使用 [DockerHub](https://hub.docker.com/search?q=swanlab) 镜像源部署:
```bash
./install-dockerhub.sh
```中国地区快速部署:
```bash
./install.sh
```### 2. 一键脚本部署
使用 [DockerHub](https://hub.docker.com/search?q=swanlab) 镜像源部署:
```bash
curl -sO https://raw.githubusercontent.com/swanhubx/self-hosted/main/docker/install-dockerhub.sh && bash install.sh
```中国地区快速部署:
```bash
curl -sO https://raw.githubusercontent.com/swanhubx/self-hosted/main/docker/install.sh && bash install.sh
```详细内容参考:[docker/README.md](./docker/README.md)
## 开始使用
请参考:[教程文档](https://docs.swanlab.cn/guide_cloud/self_host/docker-deploy.html)
## 版本更新
v1.1(2025.4.27)
现swanlab相关镜像已更新至v1.1版本,初次使用的用户直接运行`install.sh` 即可享用v1.1版本,原v1版本用户可直接运行`docker/upgrade.sh`对`docker-compose.yaml`进行升级重启。[dockerhub-shield]: https://img.shields.io/docker/v/swanlab/swanlab-next?color=369eff&label=docker&labelColor=black&logoColor=white&style=flat-square
[dockerhub-link]: https://hub.docker.com/r/swanlab/swanlab-next/tags