Files
hatchet/Caddyfile
T
abelanger5 3743746657 feat: github app integration (#163)
* feat: github app integration

* chore: proto

* fix: migrate instead of push

* fix: db migrate -> migrate

* fix: migrate again

* remove skip-generate

* add back generate

* setup pnpm
2024-02-13 21:34:16 -05:00

17 lines
229 B
Caddyfile

app.dev.hatchet-tools.com {
tls internal
handle /api/* {
reverse_proxy localhost:8080
}
handle /* {
reverse_proxy localhost:5173
}
}
grpc.dev.hatchet-tools.com {
tls internal
reverse_proxy h2c://127.0.0.1:7070
}