mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
.. | ||
data | ||
docker-compose.yml | ||
Dockerfile | ||
README.md |
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
.