An open API service indexing awesome lists of open source software.

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 私有化部署服务

Awesome Lists containing this project

README

        



SwanLab


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