1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-18 04:59:16 +02:00
dockerfiles/hubot/docker-compose.yml

11 lines
242 B
YAML
Raw Normal View History

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