Skip to content

Commit

Permalink
comment out healthcheck section
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 5975b5b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker-testing/harness-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ 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
# 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 5975b5b

Please sign in to comment.