restackio / starter-hasura

Starter repository to deploy Hasura with Restack on your cloud.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hasura Restack repository

This is the default Hasura repository to get you started for generating preview environments from a custom Hasura image with Restack github application.

Getting started

Add Hasura to your Restack workspace and deploy it instantly on Restack cloud or securely connect your own AWS, GCP or Azure account.

Start Hasura on Restack

Working with Hasura locally

docker compose up -d will start a Hasura instance and you'll be able to commit /metadata and /migrations files into the repository. They will be applied automatically when deploying on Restack.

Generating a preview environment

  1. Make sure to fork this repository.
  2. Follow steps in the official Restack documentation
  3. Once you open a pull request a preview environment will be generated.
  4. Once your pull request is merged your initial Hasura application will be provisioned with latest code from the "main" branch.

About

Starter repository to deploy Hasura with Restack on your cloud.


Languages

Language:Dockerfile 100.0%