We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
app/caddy/Caddyfile
# PostgREST handle_path /rest/* { reverse_proxy http://postgrest:3000 } handle /rpc/* { reverse_proxy http://postgrest:3000 }
app/compose.yaml
postgrest: image: postgrest/postgrest:v12.2.8 environment: PGRST_DB_ANON_ROLE: anon PGRST_DB_URI: postgres://authenticator:${PGRST_AUTHENTICATOR_PASS:?}@postgres:5432/app networks: - default - db_default networks: db_default: # Add this external: true
There was an error while loading. Please reload this page.