feat: cc-hook v1.0 - Claude Code 钩子服务
- Go HTTP 服务,监听 :8082 - 支持 Notification 和 Stop 事件 - 转发至 Gotify 推送通知 - Docker 多阶段构建 - 环境变量配置 - 详细中文 README 文档
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
cc-hook:
|
||||
build: .
|
||||
container_name: cc-hook
|
||||
ports:
|
||||
- "8082:8082"
|
||||
environment:
|
||||
- GOTIFY_URL=http://47.121.181.112:40266
|
||||
- GOTIFY_TOKEN=AiousrPBE4Cn04C
|
||||
- PORT=:8082
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user