update docker config file (#159)
* update dockerfile, use cn mirrors * deploy: update docker deploy config 更新 docker 配置文件。 1. 切换到 ubuntu,能测试成功;debian 测试有问题,先用 ubuntu 吧。 2. 增加国内源,优化编译+系统安装的速度。 3. 切换成 chrome 浏览器。 * mv docker compose config file * update docker compose
This commit is contained in:
14
docker/docker-compose.yml
Normal file
14
docker/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
xiaohongshu-mcp:
|
||||
image: xpzouying/xiaohongshu-mcp
|
||||
container_name: xiaohongshu-mcp
|
||||
restart: unless-stopped
|
||||
tty: true
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
- ./images:/app/images
|
||||
environment:
|
||||
- ROD_BROWSER_BIN=/usr/bin/google-chrome
|
||||
- COOKIES_PATH=/app/data/cookies.json
|
||||
ports:
|
||||
- "18060:18060"
|
||||
Reference in New Issue
Block a user