Docker health check #546
janreinhardt
started this conversation in
Ideas
Replies: 2 comments 8 replies
-
|
Ok I just discovered the health status of running containers somewhat hidden in the ‚Status‘ column. I think it would be better if it was a label in the ‚State‘ column. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The internal API has a healthcheck endpoint at To implement this as a healthcheck in docker compose: healthcheck:
test: curl localhost:3552/api/health | grep \"status\":\"UP\"
interval: 10s
timeout: 5s
retries: 3
start_period: 15s |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
Could we please have a docker health check for the Arcane container itself?
Also, could Arcane please display the health state instead of just running/created for its managed containers?
Would be great!
Beta Was this translation helpful? Give feedback.
All reactions