📝 文档完善

This commit is contained in:
李寻欢
2023-10-27 14:59:43 +08:00
parent 11d79e4540
commit 1611019673
2 changed files with 114 additions and 5 deletions

View File

@@ -1,9 +1,32 @@
version: '3'
services:
wechat:
image: lxh01/wxhelper-docker:3.9.5.81
container_name: gw-wechat
restart: unless-stopped
volumes:
- ./data/wechat:/home/app/.wine/drive_c/users/app/Documents/WeChat\ Files
ports:
- "8080:8080"
- "19088:19088"
mysql:
image: mysql:8
container_name: gw-db
restart: unless-stopped
environment:
- MYSQL_ROOT_PASSWORD=wechat
- MYSQL_USER=wechat
- MYSQL_PASSWORD=wechat
- MYSQL_DATABASE=wechat
volumes:
- ./data/db:/var/lib/mysql
wxhelper:
container_name: wxhelper
image: gitee.ltd/lxh/go-wxhelper:latest
container_name: gw-service
restart: unless-stopped
volumes:
# 配置文件请参阅项目根目录的config.yaml文件