dockerize faye and counters
This commit is contained in:
@@ -6,14 +6,18 @@ db:
|
||||
- 5984
|
||||
net: host
|
||||
counters:
|
||||
image: ruby:2.2
|
||||
web:
|
||||
build: .
|
||||
#command: bundle exec unicorn -p 3000 -c ./config/unicorn.rb
|
||||
command: rails s
|
||||
build: drb_counter
|
||||
net: host
|
||||
volumes:
|
||||
- .:/usr/src/app
|
||||
ports:
|
||||
- "3000:3000"
|
||||
#links:
|
||||
# #- db
|
||||
- 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"
|
||||
|
||||
Reference in New Issue
Block a user