mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
20 lines
380 B
Markdown
20 lines
380 B
Markdown
|
hubot
|
||
|
=====
|
||
|
|
||
|
[hubot][1] is a customizable, life embetterment robot commissioned by github.
|
||
|
|
||
|
## docker-compse.yml
|
||
|
|
||
|
```
|
||
|
hubot:
|
||
|
image: vimagick/hubot
|
||
|
environment:
|
||
|
- HUBOT_SLACK_TOKEN=xoxb-xxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxx
|
||
|
restart: always
|
||
|
```
|
||
|
|
||
|
> Goto [here][2] to generate `HUBOT_SLACK_TOKEN`.
|
||
|
|
||
|
[1]: https://hubot.github.com/
|
||
|
[2]: https://my.slack.com/services/new/hubot
|