Skip to content

Instantly share code, notes, and snippets.

@judoole
Created August 19, 2015 19:52
Show Gist options
  • Select an option

  • Save judoole/83965b2faafd38ff2b5c to your computer and use it in GitHub Desktop.

Select an option

Save judoole/83965b2faafd38ff2b5c to your computer and use it in GitHub Desktop.
Docker compose + Slack
hubot:
build: .
restart: always
links:
- redis:redis
environment:
HUBOT_SLACK_TOKEN: <magic-token-here>
data:
image: redis
command: /bin/true
redis:
restart: always
image: redis
volumes_from:
- data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment