Files
runtipi/apps/md2html/docker-compose.json

23 lines
445 B
JSON

{
"schemaVersion": 2,
"$schema": "https://schemas.runtipi.io/dynamic-compose.json",
"services": [
{
"name": "md2html",
"image": "git.alexzaw.dev/alexz/md2html:1.0.2",
"isMain": true,
"internalPort": 3000,
"environment": [
{
"key": "PORT",
"value": "3000"
},
{
"key": "CHROME_PATH",
"value": "/usr/bin/chromium"
}
]
}
]
}