PostgREST

REST API for any Postgres database.

# file: `docker-compose.yml`

services:
  postgrest:
    container_name: postgrest
    image: ${HONEYPI_IMAGE_REGISTRY_HOST:-docker.io}/postgrest/postgrest:${HONEYPI_POSTGREST_VERSION:-latest}
    restart: unless-stopped