Merge pull request #52 from houko/feature/compose

feature/compose
This commit is contained in:
涼風羽月 2023-02-12 18:42:00 +09:00 committed by GitHub
commit c80767c59f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
docker-compose.yml Normal file
View File

@ -0,0 +1,10 @@
version: '2.4'
services:
wechatgpt:
image: xiaomoinfo/wechatgpt:latest
environment:
api_key: your_api_key
wechat: "true"
wechat_keyword: 小莫
command: ./server
restart: always