1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 09:41:20 +00:00
dockerfiles/hubot/arm/docker-compose.yml

11 lines
244 B
YAML
Raw Normal View History

2017-01-11 18:01:57 +00:00
hubot:
image: easypi/hubot-arm
2017-04-21 09:52:00 +00:00
ports:
- "8080:8080"
2017-01-11 18:01:57 +00:00
volumes:
- ./data:/home/hubot/scripts
environment:
- HUBOT_SLACK_TOKEN=xoxb-xxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxx
2020-03-25 10:20:53 +00:00
- HUBOT_AUTH_ADMIN=UXXXXXXXX
restart: unless-stopped