Files
mozo-backend/fig.yml
T
2015-02-10 15:44:46 +01:00

24 lines
392 B
YAML

db:
image: bterkuile/couchdb
volumes:
- db:/usr/local/var/lib/couchdb
expose:
- 5984
net: host
counters:
build: drb_counter
net: host
volumes:
- config:/usr/src/app/config
faye:
build: faye
net: host
#web:
#build: .
#command: bundle exec unicorn -p 3000 -c ./config/unicorn.rb
#command: rails s
#volumes:
#- .:/usr/src/app
#ports:
#- "3000:3000"