mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
22 lines
445 B
Markdown
22 lines
445 B
Markdown
hubot
|
|
=====
|
|
|
|
![](https://badge.imagelayers.io/vimagick/hubot:latest.svg)
|
|
|
|
[hubot][1] is a customizable, life embetterment robot commissioned by github.
|
|
|
|
## docker-compse.yml
|
|
|
|
```yaml
|
|
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
|