mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
11 lines
242 B
YAML
11 lines
242 B
YAML
hubot:
|
|
image: vimagick/hubot
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- ./data:/home/hubot/scripts
|
|
environment:
|
|
- HUBOT_SLACK_TOKEN=xoxb-xxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxx
|
|
- HUBOT_AUTH_ADMIN=UXXXXXXXX
|
|
restart: unless-stopped
|