Add md2html app - Markdown to HTML/PDF converter

This commit is contained in:
2026-04-10 18:51:05 +00:00
parent 145d871b42
commit 1c4bfb8cc5
3 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"schemaVersion": 2,
"services": [
{
"name": "md2html",
"image": "md2html:latest",
"isMain": true,
"internalPort": 3000,
"environment": {
"PORT": "3000",
"CHROME_PATH": "/usr/bin/chromium"
}
}
]
}