hasura-gitpod
This is an example repository that runs Hasura in GitPod with an embed and persistent Postgres database.
- GitPod Workspace Postgres provides with a data-persistent embed Postgres database that is executed inside your GitPod workspace
- GitPod Workspace Hasura imports the Hasura Engine and provides the workspace with a CLI command
hasura_start
You can check both Dockerfiles' source code and adapt it to your custom needs.
I've personally learned a lot about GitPod and Docker by trying to put together this workspace.
https://marcopeg.com/2020/hasura-in-gitpod
Enjoy,
Marco