Skip to content

Commit

Permalink
delete health check
Browse files Browse the repository at this point in the history
  • Loading branch information
d-w-moore committed Feb 20, 2024
1 parent a3d27d4 commit 3b02898
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docker-testing/harness-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ services:
build:
context: irods_catalog_provider
shm_size: 500mb
healthcheck:
test: ["CMD", "su", "-", "irods", "-c", "ils || exit 1"]
interval: 10s
timeout: 10s
retries: 3
start_period: 20s
start_interval: 2s
ports:
- "1247:1247"
depends_on:
Expand Down

0 comments on commit 3b02898

Please sign in to comment.