Skip to content

Commit

Permalink
Add k daemon to workbench
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaichuk authored and Louis committed Sep 20, 2018
1 parent f88c405 commit 1a837fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ daemons:
matching \
order_processor \
trade_executor \
withdraw_coin
withdraw_coin \
k

dependencies:
$(COMPOSE) up -d vault db phpmyadmin redis rabbitmq mailcatcher ranger coinhub
Expand Down
5 changes: 5 additions & 0 deletions compose/daemons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,8 @@ services:
pusher_member:
<< : *peatio-daemon
command: bash -c "bin/link_config && bundle exec ruby lib/daemons/amqp_daemon.rb pusher_member"

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

0 comments on commit 1a837fd

Please sign in to comment.