思路来源开源无代码网络数据提取平台Maxun
先把代码克隆到本地(只有第一次需要)
git clone https://github.com/getmaxun/maxun.git
转到maxun目录
cd maxun
启动容器
docker-compose --env-file .env up -d
成功启动六个容器
网址
http://localhost:8080
目前还无法运行爬虫程序,可能是因为后端nginx.conf或数据库的原因,日后继续研究