Caprover logo
Caprover one-click apps browser
Hasura logo
Hasura
Instant realtime GraphQL APIs on any Postgres application, existing or new
Official integration
Created - Last update

Instant Realtime GraphQL on Postgres with web admin console. This Docker Compose setup runs Hasura GraphQL Engine along with a Postgres database with the PostGIS extension.

Deployed services
hasura-db
postgres:$$cap_postgres_version
  • hasura-db-data:/var/lib/postgresql/data
always
4
hasura
hasura/graphql-engine:$$cap_hasura_version
    8080
    always
    4
    Variables

    Hasura Version

    Default: v1.2.2

    $$cap_hasura_version
    Check out their GitHub page for their latest version https://github.com/hasura/graphql-engine

    Postgres Version

    Default: 12

    $$cap_postgres_version

    Hasura admin secret(password)

    Default: undefined

    $$cap_admin_secret
    The admin secret gives you access to the console.

    Postgres Username

    Default: undefined

    $$cap_pg_user

    Postgres Password

    Default: undefined

    $$cap_pg_pass

    Postgres Default Database

    Default: undefined

    $$cap_pg_db

    OPTIONAL: Arguments for 'postgres initdb'

    Default: undefined

    $$cap_pg_initdb_args
    For example, --data-checksums
    © 2025, Built with Gatsby - Source code available on GitHub