Files
infrastructure/hosts/pd05wd/invoke-ai/serve.json
Alex Lebens 8120b0eb81
Some checks failed
lint-test-docker / lint-docker-compose (push) Failing after 22s
renovate / renovate (push) Has been cancelled
feat: add invoke
2026-05-09 22:19:29 -05:00

17 lines
207 B
JSON

{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:9090"
}
}
}
}
}