Skip to content

Commit

Permalink
docs: 📝 新增 Railway 部署文档
Browse files Browse the repository at this point in the history
  • Loading branch information
adams549659584 committed May 3, 2023
1 parent 370f0d0 commit 508abc7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@
- https://bing.vcanbb.top

> railway
- https://bing-railway.vcanbb.top

- https://go-proxy-bingai-production.up.railway.app



### 获取cookies

- 访问 https://www.bing.com/https://cn.bing.com/ ,登录
Expand Down Expand Up @@ -55,4 +63,21 @@ docker run -d -p 8080:8080 --name go-proxy-bingai --restart=unless-stopped adams

- 直接下载 Release 运行

[Github Releases](https://github.com/adams549659584/go-proxy-bingai/releases) 下载适用于对应平台的压缩包,解压后可得到可执行文件 go-proxy-bingai,直接运行即可。
[Github Releases](https://github.com/adams549659584/go-proxy-bingai/releases) 下载适用于对应平台的压缩包,解压后可得到可执行文件 go-proxy-bingai,直接运行即可。

- Railway

> 主要配置 Dockerfile 路径 及 端口就可以
```bash
PORT=8080
RAILWAY_DOCKERFILE_PATH=docker/Dockerfile
```
使用模板部署 [![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/uIckWS?referralCode=BBs747)
![Railway 模板部署](./docs/img/railway-1.png)

可自行部署配置

![Railway 环境变量](./docs/img/railway-2.png)

![Railway 域名](./docs/img/railway-3.png)
Binary file added docs/img/railway-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/railway-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/railway-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 508abc7

Please sign in to comment.