Skip to main content

Monitoring the service

available from v1.5.0

LabraDocs is reliable as mens best friend, but sometimes you may want your watchdog to check on it. For this purpose we have created a monitoring endpoint, which can be used to check the status of the service. To enable the service set the PULSE=true environment variable like so

docker run --env PULSE=1 -p 127.0.0.1:8000:8000/tcp docker-hub.pathfindr.dev/eg/docx2pdfua:latest
danger

The monitoring endpoint is not secured, so if don't expose it to the internet. We recommend to use a reverse proxy like nginx to secure the endpoint.