1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-03 13:21:49 +02:00
2017-01-12 02:46:35 +08:00
..
2017-01-12 02:46:35 +08:00
2017-01-11 02:12:23 +08:00
2017-01-11 02:12:23 +08:00
2017-01-11 02:12:23 +08:00
2017-01-12 02:46:35 +08:00

hubot

Hubot is a customizable, life embetterment robot commissioned by github. Hubot's power comes through scripts.

docker-compse.yml

hubot:
  image: vimagick/hubot
  volumes:
    - ./data:/home/hubot/scripts
  environment:
    - HUBOT_SLACK_TOKEN=xoxb-xxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxx
  restart: always

Goto here to generate HUBOT_SLACK_TOKEN.