supabase是firebase的开源替代品。
1.下载源代码
仓库地址:https://github.com/supabase/supabase
建议到Release页下载发行版本,将压缩包上传到服务器。
2.配置docker环境
# Go to the docker folder
# 打开docker文件夹
cd supabase/docker
# Copy the fake env vars
# 复制env.example到.env
cp .env.example .env
# Pull the latest images
# 获取最新的镜像
docker compose pull
3.开启服务
# 启动服务(以分离模式)
# Start the services (in detached mode)
docker compose up -d
4.配置反向代理
http://localhost:8000 到目标域名