1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-01 03:01:29 +00:00
dockerfiles/hubot/README.md
2017-01-12 02:46:35 +08:00

26 lines
578 B
Markdown

hubot
=====
![](https://badge.imagelayers.io/vimagick/hubot:latest.svg)
[Hubot][1] is a customizable, life embetterment robot commissioned by github.
Hubot's power comes through [scripts][3].
## docker-compse.yml
```yaml
hubot:
image: vimagick/hubot
volumes:
- ./data:/home/hubot/scripts
environment:
- HUBOT_SLACK_TOKEN=xoxb-xxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxx
restart: always
```
> Goto [here][2] to generate `HUBOT_SLACK_TOKEN`.
[1]: https://hubot.github.com/
[2]: https://my.slack.com/services/new/hubot
[3]: https://hubot.github.com/docs/scripting/