commit before merge

This commit is contained in:
2015-01-13 20:44:04 +01:00
parent 5a69e85908
commit 008fce4c6c
3 changed files with 45 additions and 28 deletions
+16
View File
@@ -0,0 +1,16 @@
db:
image: bterkuile/couchdb
volumes:
- .db:/usr/local/var/lib/couchdb
expose:
- 5984
web:
build: .
#command: bundle exec unicorn -p 3000 -c ./config/unicorn.rb
command: rails s
volumes:
- .:/usr/src/app
ports:
- "3000:3000"
links:
- db