Skip to content

Commit

Permalink
Drop healthchecks on docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobranco committed Jan 7, 2025
1 parent 2a820cf commit 7b80b52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
version: '2.6.1'

- name: Start containers
run: docker-compose up -d --build --wait --timeout 60
run: docker-compose up -d --build

- name: Install dependencies
run: yarn
Expand Down
12 changes: 0 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ services:
-server
ports:
- 18443:18443
healthcheck:
test: curl --fail "http://foo@bitcoin-core:18443/rest/chaininfo.json" || exit 1
interval: 2s
retries: 100
start_period: 2s
timeout: 2s

bitcoin-core-multi-wallet:
image: bitcoin/bitcoin:28.0
Expand All @@ -41,9 +35,3 @@ services:
-server
ports:
- 18453:18443
healthcheck:
test: curl --fail "http://foo@localhost:18443/rest/chaininfo.json" || exit 1
interval: 2s
retries: 100
start_period: 2s
timeout: 2s

0 comments on commit 7b80b52

Please sign in to comment.