添加说明

This commit is contained in:
神楽坂喵 2021-01-21 17:01:26 +08:00
parent eeb6ba6e49
commit 0d5cf62944
2 changed files with 7 additions and 4 deletions

View File

@ -1,2 +1,9 @@
# Slack Dingtalk Bridge # Slack Dingtalk Bridge
## 运行
### Docker
复制`example.env``.env`
修改其中的变量
`docker-compose up -d`
### 直接运行
`startup.sh`

View File

@ -6,7 +6,3 @@ services:
ports: ports:
- 3000:3000 - 3000:3000
restart: unless-stopped restart: unless-stopped
environment:
- SLACK_SIGNING_SECRET=***
- SLACK_BOT_TOKEN=xoxb-***
- DINGTALK_WEBHOOK='https://oapi.dingtalk.com/robot/send?access_token=这里填写自己钉钉群自定义机器人的token'