refactor and move to selenium

This commit is contained in:
2015-01-21 18:23:47 +01:00
parent c688f0353b
commit 9a8c364d38
24 changed files with 174 additions and 116 deletions
+6 -3
View File
@@ -1,9 +1,12 @@
db:
image: bterkuile/couchdb
volumes:
- .db:/usr/local/var/lib/couchdb
- db:/usr/local/var/lib/couchdb
expose:
- 5984
net: host
counters:
image: ruby:2.2
web:
build: .
#command: bundle exec unicorn -p 3000 -c ./config/unicorn.rb
@@ -12,5 +15,5 @@ web:
- .:/usr/src/app
ports:
- "3000:3000"
links:
- db
#links:
# #- db