mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
10 lines
201 B
YAML
10 lines
201 B
YAML
hubot:
|
|
image: vimagick/hubot
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- ./data:/home/hubot/scripts
|
|
environment:
|
|
- HUBOT_SLACK_TOKEN=xoxb-xxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxx
|
|
restart: always
|