Skip to content

Commit

Permalink
Add back coinhub (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Shanaakh authored and Louis committed Aug 20, 2018
1 parent 1fd7a84 commit cc6fd68
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ daemons:
withdraw_coin

dependencies:
$(COMPOSE) up -d vault db phpmyadmin redis rabbitmq smtp_relay slanger
$(COMPOSE) up -d vault db phpmyadmin redis rabbitmq smtp_relay slanger coinhub
$(COMPOSE) run --rm vault secrets enable totp || true

prepare: dependencies daemons cryptonodes
Expand Down
1 change: 1 addition & 0 deletions compose/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
- barong
- slanger
- geth
- coinhub
env_file:
- ../config/peatio.env
expose:
Expand Down
3 changes: 3 additions & 0 deletions compose/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ services:
environment:
MYSQL_ROOT_PASSWORD: changeme

coinhub:
image: rubykube/coinhub

redis:
image: redis:4.0.10
restart: always
Expand Down
1 change: 1 addition & 0 deletions compose/daemons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ x-daemon: &peatio-daemon
- smtp_relay
- barong
- slanger
- coinhub
env_file:
- ../config/peatio.env
volumes:
Expand Down

0 comments on commit cc6fd68

Please sign in to comment.