add wechat-bit
This commit is contained in:
22
Docker/wechat-bot/docker-compose.yml
Normal file
22
Docker/wechat-bot/docker-compose.yml
Normal 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
|
||||||
Reference in New Issue
Block a user