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