使用docker搭建cow

This commit is contained in:
Alone
2024-10-22 15:03:21 +08:00
parent 41f8655aeb
commit ca219143d0
5 changed files with 960 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
version: '2.0'
services:
chatgpt-on-wechat:
image: zhayujie/chatgpt-on-wechat
container_name: chatgpt-on-wechat
security_opt:
- seccomp:unconfined
volumes:
- ./config.json:/app/config.json
- ./config.py:/app/config.py
- ./chat_channel.py:/app/channel/chat_channel.py