Last active
November 21, 2015 19:27
-
-
Save jonniesweb/0c8858cdda3d7ec6b8e9 to your computer and use it in GitHub Desktop.
A simple configuration for Hubot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hubot: | |
image: registry:5000/zdirect/zbot | |
ports: | |
- "8081:8080" | |
links: | |
- redis | |
restart: always | |
environment: | |
REDIS_URL: tcp://redis:6379 | |
# lots more env vars... | |
redis: | |
image: redis | |
volumes: | |
- ./redis-data/:/data | |
restart: always | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment