Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 507 Bytes

File metadata and controls

19 lines (10 loc) · 507 Bytes

GQL Server

Uses Postgraphile to create GraphQL access for Postgres.

Postgraphile sits behind a Caddy reverse-proxy with some conservative rate-limit rules applied.

Rate-limit

Per-IP ratelimit using caddy-ratelimit.

Persisted Operations

Only whitelisted operations are permitted, to prevent malicious queries. See Persisted operations.

Run

  1. Modify .env

  2. Run docker compose up --build