Skip to content

Commit

Permalink
Add Yetibot docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
devth committed Nov 2, 2016
1 parent bd90d2f commit 656847c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,12 @@
version: '2'
services:
yetibot:
image: devth/yetibot:1.0.0-RC8-SNAPSHOT
environment:
- YETIBOT_ADAPTERS_0_NAME=freenode_irc
- YETIBOT_ADAPTERS_0_TYPE=irc
- YETIBOT_ADAPTERS_0_HOST=irc.freenode.net
- YETIBOT_ADAPTERS_0_PORT=6667
- YETIBOT_ADAPTERS_0_USERNAME=yetibot
ports:
- "3000:3000"

0 comments on commit 656847c

Please sign in to comment.