wechatgpt/docker-compose.yml
2023-03-06 15:42:13 +09:00

10 lines
213 B
YAML

version: '2.4'
services:
wechatgpt:
image: xiaomoinfo/wechatgpt:v3.0.1
environment:
api_key: your_api_key
wechat: "true"
wechat_keyword: 小莫
command: ./server
restart: always