Skip to content
Snippets Groups Projects
Commit 2b6db54b authored by Dan Notestein's avatar Dan Notestein
Browse files

We don't need to pass the app name to haf_block_explorer's health check anymore

parent 45432e13
No related branches found
No related tags found
2 merge requests!66Merge develop to master for release,!39Split block explorer install to separate schema and index creation.
......@@ -87,7 +87,7 @@ services:
networks:
haf-network:
healthcheck:
test: ["CMD-SHELL","/app/block-processing-healthcheck.sh hafbe_app"]
test: ["CMD-SHELL","/app/block-processing-healthcheck.sh"]
interval: 60s
timeout: 10s
retries: 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment