1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/hubot/docker-compose.yml

10 lines
201 B
YAML
Raw Normal View History

2015-09-26 08:52:43 +00:00
hubot:
image: vimagick/hubot
2017-04-21 09:52:00 +00:00
ports:
- "8080:8080"
2017-01-10 18:12:23 +00:00
volumes:
- ./data:/home/hubot/scripts
2015-09-26 08:52:43 +00:00
environment:
- HUBOT_SLACK_TOKEN=xoxb-xxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxx
restart: always