Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 456 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 456 Bytes

Uni News Docker

本项目是 uni-news 的 Docker 部署方案

部署

克隆本项目:

$ git clone https://github.com/LingHangStudio/uni-news-docker.git
$ cd uni-news-docker

下载前端、后端、爬虫模块:

$ git submodule init
$ git submodule update

Docker 部署:

$ docker compose up -d --build

默认 Web 界面暴露在 http://127.0.0.1:7749 ,建议使用外部 Nginx 反向代理到此端口。