1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:16:44 +02:00
dockerfiles/hubot/arm/docker-compose.yml

8 lines
176 B
YAML
Raw Normal View History

2017-01-12 02:01:57 +08:00
hubot:
image: easypi/hubot-arm
volumes:
- ./data:/home/hubot/scripts
environment:
- HUBOT_SLACK_TOKEN=xoxb-xxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxx
restart: always