Skip to content

Instantly share code, notes, and snippets.

@yasuharu519
Last active October 22, 2015 04:20
Show Gist options
  • Save yasuharu519/6d3eec0fde60d0bbf8c7 to your computer and use it in GitHub Desktop.
Save yasuharu519/6d3eec0fde60d0bbf8c7 to your computer and use it in GitHub Desktop.
docker-hubot
# redis
redis:
image: redis
expose:
- "6379"
# hubot
hubot:
build: .
links:
- redis:redis
environment:
REDIS_URL: http://redis:6379
env_file: .env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment