You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,3 +30,9 @@ You can configure the iExec Result Proxy with the following properties:
30
30
| IEXEC_GAS_PRICE_CAP | In Wei, will be used for transactions if `networkGasPrice * IEXEC_GAS_PRICE_MULTIPLIER > gasPriceCap`. | Integer |`22000000000`|
31
31
| IEXEC_IPFS_HOST | Host to connect to the IPFS node. | String |`127.0.0.1`|
32
32
| IEXEC_IPFS_PORT | Server port of the IPFS node. | Positive integer |`5001`|
33
+
34
+
## Health checks
35
+
36
+
A health endpoint (`/actuator/health`) is enabled by default and can be accessed on the **IEXEC_RESULT_PROXY_PORT**.
37
+
This endpoint allows to define health checks in an orchestrator or a [compose file](https://github.com/compose-spec/compose-spec/blob/master/spec.md#healthcheck).
38
+
No default strategy has been implemented in the [Dockerfile](Dockerfile) at the moment.
0 commit comments