添加说明
This commit is contained in:
parent
eeb6ba6e49
commit
0d5cf62944
@ -1,2 +1,9 @@
|
||||
# Slack Dingtalk Bridge
|
||||
|
||||
## 运行
|
||||
### Docker
|
||||
复制`example.env`到`.env`
|
||||
修改其中的变量
|
||||
`docker-compose up -d`
|
||||
### 直接运行
|
||||
`startup.sh`
|
@ -6,7 +6,3 @@ services:
|
||||
ports:
|
||||
- 3000:3000
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- SLACK_SIGNING_SECRET=***
|
||||
- SLACK_BOT_TOKEN=xoxb-***
|
||||
- DINGTALK_WEBHOOK='https://oapi.dingtalk.com/robot/send?access_token=这里填写自己钉钉群自定义机器人的token'
|
||||
|
Loading…
x
Reference in New Issue
Block a user