mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-04 10:34:49 +02:00
8 lines
174 B
YAML
8 lines
174 B
YAML
hubot:
|
|
image: vimagick/hubot
|
|
volumes:
|
|
- ./data:/home/hubot/scripts
|
|
environment:
|
|
- HUBOT_SLACK_TOKEN=xoxb-xxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxx
|
|
restart: always
|