This commit is contained in:
神楽坂喵 2021-01-21 17:22:57 +08:00
parent 4cf2099a7f
commit 84aafd8a29
2 changed files with 5 additions and 1 deletions

View File

@ -6,4 +6,8 @@ services:
network_mode: bridge network_mode: bridge
ports: ports:
- 3000:3000 - 3000:3000
environment:
- SLACK_BOT_TOKEN
- SLACK_SIGNING_SECRET
- DINGTALK_WEBHOOK
restart: unless-stopped restart: unless-stopped

View File

@ -1,5 +1,5 @@
export SLACK_SIGNING_SECRET=***
export SLACK_BOT_TOKEN=xoxb-*** export SLACK_BOT_TOKEN=xoxb-***
export SLACK_SIGNING_SECRET=***
export DINGTALK_WEBHOOK='https://oapi.dingtalk.com/robot/send?access_token=这里填写自己钉钉群自定义机器人的token' export DINGTALK_WEBHOOK='https://oapi.dingtalk.com/robot/send?access_token=这里填写自己钉钉群自定义机器人的token'