Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

Commit

Permalink
fix #2, #5
Browse files Browse the repository at this point in the history
  • Loading branch information
frankobe authored and frankhu-optimizely committed Jan 3, 2018
1 parent b273efd commit 78d44bc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api
Submodule api updated from a4e134 to 2b7b68
11 changes: 7 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ services:
qtumd:
image: qtum/qtum:0.14.12
volumes:
- ./data/qtum:/home/qtum/.qtum
command: bash -c "mkdir -p /home/qtum/.qtum && qtumd -testnet -rpcallowip=::/24 -logevents -datadir=/home/qtum/.qtum -rpcuser=bodhi -rpcpassword=bodhi"
- ./data/qtum:/qtumdata
ports:
- 5554:13889
command: bash -c "mkdir -p /qtumdata && qtumd -testnet -rpcallowip=::/24 -logevents -datadir=/qtumdata -rpcuser=bodhi -rpcpassword=bodhi"

api:
build: api/.
Expand All @@ -38,5 +40,6 @@ services:
- sync
- api
ports:
- 5557:3000
command: ["./wait-for-it.sh", "sync:5555", "api:8080", "--", "yarn", "start"]
- 5557:5000
command: ["./wait-for-it.sh", "sync:5555", "api:8080", "--", "serve", " -s build"]

2 changes: 1 addition & 1 deletion sync
Submodule sync updated from 01b69a to 392e16
2 changes: 1 addition & 1 deletion ui

0 comments on commit 78d44bc

Please sign in to comment.