Skip to content

Instantly share code, notes, and snippets.

@jonniesweb
Last active November 21, 2015 19:27
Show Gist options
  • Save jonniesweb/0c8858cdda3d7ec6b8e9 to your computer and use it in GitHub Desktop.
Save jonniesweb/0c8858cdda3d7ec6b8e9 to your computer and use it in GitHub Desktop.
A simple configuration for Hubot
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