mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
13 lines
287 B
YAML
13 lines
287 B
YAML
version: "3.8"
|
|
services:
|
|
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
|