Skip to content
Beau Barker edited this page Oct 6, 2025 · 30 revisions

app/caddy/Caddyfile

# PostgREST
handle_path /rest/* {
  reverse_proxy http://postgrest:3000
}

handle /rpc/* {
  reverse_proxy http://postgrest:3000
}

Clone this wiki locally