Skip to content

Commit

Permalink
fix(docker): poet-node startup (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley Charles Blake authored and lautarodragan committed Aug 14, 2019
1 parent 88500df commit f3c15d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 178 deletions.
174 changes: 0 additions & 174 deletions .circleci/docker-compose.yml

This file was deleted.

8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ services:
- "1025:25"

poet-node:
image: "poetapp/node:v2.18.4"
image: "poetapp/node:v2.21.1"
ports:
- "18080:18080"
environment:
Expand All @@ -107,14 +107,14 @@ services:
- BITCOIN_URL=bitcoind-1
- INTEGRATION_TEST_NODE_URL=http://poet-node:18080
volumes:
- ./Docker/tools/wait-for-it.bash:/wait-for-it.sh
- ./Docker/tools/wait-for-it.sh:/wait-for-it.sh
depends_on:
- mongo
- rabbit
- ipfs
- bitcoind-1
command: sh -c '/wait-for-it.sh mongo:27017 -- /wait-for-it.sh rabbit:5672 -t 30 -- npm start'

command: ["-c", "/wait-for-it.sh mongo:27017 && /wait-for-it.sh rabbit:5672 && npm start"]
entrypoint: ["/bin/sh"]

frost-api:
image: frost_api
Expand Down

0 comments on commit f3c15d5

Please sign in to comment.