fix env
This commit is contained in:
parent
4cf2099a7f
commit
84aafd8a29
@ -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
|
||||||
|
@ -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'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user