https://github.com/sanbei101/supabase-china-host
快捷在国内网络环境下自部署Supabase
https://github.com/sanbei101/supabase-china-host
bass china database mirror postgresql supabase
Last synced: 4 months ago
JSON representation
快捷在国内网络环境下自部署Supabase
- Host: GitHub
- URL: https://github.com/sanbei101/supabase-china-host
- Owner: sanbei101
- Created: 2024-08-03T09:49:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T02:23:04.000Z (about 1 year ago)
- Last Synced: 2025-04-05T03:22:42.427Z (about 1 year ago)
- Topics: bass, china, database, mirror, postgresql, supabase
- Homepage:
- Size: 24.4 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 适配中国网络环境的Supabase部署
### 原理:
每日定时爬取`supabase`仓库并且将最新的`docker image`上传到**阿里云**仓库,将原`docker-compose.yml`的**image**部分都换成**国内**仓库
```bash
git clone https://github.com/sanbei101/supabase-china-host.git -b mirror
```
```bash
cp .env.example .env
```
```
sudo docker compose -f ./docker-compose-mirror.yml up -d
```