Skip to content

Commit

Permalink
deploy: 7bef49d
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Oct 1, 2023
1 parent 074ea4a commit 88996fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/BLOCKCORE/HUB/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ volumes:
services:
hub:
container_name: blockcore-hub
image: blockcore/blockcore-hub:0.0.4
image: blockcore/blockcore-hub:0.0.5
mem_limit: 256m
cpus: 0.500
environment:
Expand Down
4 changes: 2 additions & 2 deletions docker/BTC/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ services:
mem_limit: 8192m
cpus: 2.000
healthcheck:
test: "curl --fail --user rpcuser:rpcpassword --data-binary '{\"jsonrpc\": \"1.0\", \"id\": \"curltest\", \"method\": \"getblockchaininfo\", \"params\": []}' -H 'content-type: text/plain;' http://localhost:8332/ || exit 1"
test: ['curl --fail http://localhost:8332/rest/chaininfo.json || exit 1']
interval: 10s
retries: 5
retries: 20
start_period: 5s
timeout: 10s
command:
Expand Down

0 comments on commit 88996fb

Please sign in to comment.