Skip to content

Commit

Permalink
Revert back amqp daemons and global_state
Browse files Browse the repository at this point in the history
  • Loading branch information
kovetskiy authored and Louis committed Sep 6, 2018
1 parent 37fba30 commit b9d9c1f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,13 @@ cryptonodes: geth
daemons:
$(COMPOSE) up --build -d withdraw_audit \
blockchain \
global_state \
deposit_collection \
deposit_collection_fees \
deposit_coin_address \
slave_book market_ticker \
pusher_market \
pusher_member \
matching \
order_processor \
trade_executor \
Expand Down
12 changes: 12 additions & 0 deletions compose/daemons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ services:
<< : *peatio-daemon
command: bash -c "bin/link_config && bundle exec ruby lib/daemons/blockchain.rb"

global_state:
<< : *peatio-daemon
command: bash -c "bin/link_config && bundle exec ruby lib/daemons/global_state.rb"

deposit_collection:
<< : *peatio-daemon
command: bash -c "bin/link_config && bundle exec ruby lib/daemons/amqp_daemon.rb deposit_collection"
Expand Down Expand Up @@ -62,3 +66,11 @@ services:
withdraw_coin:
<< : *peatio-daemon
command: bash -c "bin/link_config && bundle exec ruby lib/daemons/amqp_daemon.rb withdraw_coin"

pusher_market:
<< : *peatio-daemon
command: bash -c "bin/link_config && bundle exec ruby lib/daemons/amqp_daemon.rb pusher_market"

pusher_member:
<< : *peatio-daemon
command: bash -c "bin/link_config && bundle exec ruby lib/daemons/amqp_daemon.rb pusher_member"

0 comments on commit b9d9c1f

Please sign in to comment.