add wechat-bit

This commit is contained in:
2023-04-24 11:44:55 +08:00
parent 7527c133ff
commit 48f595f130

View File

@@ -0,0 +1,22 @@
version: "3"
services:
wechat-bot:
image: danbai225/wechat-bot:latest
container_name: wechat-bot
ports:
- "8080:8080" #web
- "5555:5555" #api端口
- "5556:5556" #qr、文件上传
- "5900:5900" #vnc
extra_hosts:
- "dldir1.qq.com:127.0.0.1"
volumes:
- "./data:/home/app/data" #映射到c://data
networks:
nginx:
aliases:
- wechat-bot
networks:
nginx:
external: true