1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-14 11:23:02 +02:00
dockerfiles/hubot/docker-compose.yml

11 lines
242 B
YAML
Raw Normal View History

2015-09-26 10:52:43 +02:00
hubot:
image: vimagick/hubot
2017-04-21 11:52:00 +02:00
ports:
- "8080:8080"
2017-01-10 20:12:23 +02:00
volumes:
- ./data:/home/hubot/scripts
2015-09-26 10:52:43 +02:00
environment:
- HUBOT_SLACK_TOKEN=xoxb-xxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxx
2020-03-25 12:20:53 +02:00
- HUBOT_AUTH_ADMIN=UXXXXXXXX
2020-03-25 09:35:26 +02:00
restart: unless-stopped