Skip to content

Commit

Permalink
[#53] fix health check for provider
Browse files Browse the repository at this point in the history
icommands not installed on provider, use irodsctl status
  • Loading branch information
trel committed May 1, 2024
1 parent e38d1f3 commit 13608f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
context: irods_catalog_provider
shm_size: 500mb
healthcheck:
test: ["CMD", "su", "-", "irods", "-c", "ils || exit 1"]
test: ["CMD", "su", "-", "irods", "-c", "./irodsctl status | grep Process"]
interval: 10s
timeout: 10s
retries: 3
Expand Down

0 comments on commit 13608f7

Please sign in to comment.