Skip to content

Commit

Permalink
add couchdb to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
zemirco committed Jan 23, 2016
1 parent 758f4f8 commit 69d9f35
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

# couchdb for sync
couchdb:
image: klaemo/couchdb
ports:
- "5984:5984"

# redis for sessions
redis:
image: redis
Expand Down

0 comments on commit 69d9f35

Please sign in to comment.