added catches around markdown to html, might throw exception if image error

This commit is contained in:
2025-01-31 09:14:16 -07:00
parent 777d1e4659
commit 54e071b053
9 changed files with 77 additions and 48 deletions

View File

@@ -38,11 +38,9 @@ services:
environment:
- TUNNEL_TOKEN=${CLOUDFLARE_TUNNEL_TOKEN}
healthcheck:
test: ["CMD", "cloudflared", "--version"]
test: [ "CMD", "cloudflared", "--version" ]
interval: 30s
timeout: 10s
retries: 3
start_period: 10s
# https://ngrok.com/docs/using-ngrok-with/docker/