添加docker支持
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
||||
version: '3'
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
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'
|
||||
|
Reference in New Issue
Block a user