Go to file
ManUtopiK 6c8f25623e Launch hasura through package.json 2022-10-28 13:07:15 +02:00
composes Clean n8n + add variables name for database 2022-10-21 21:02:55 +02:00
.env.example Use postgresql and pgadmin 2022-10-20 15:30:07 +02:00
.gitignore Added gitignore 2022-10-20 14:56:26 +02:00
README.md update hasura 2022-10-20 22:12:01 +02:00
docker-compose.yml Added umami 2022-10-21 17:26:42 +02:00
package.json Launch hasura through package.json 2022-10-28 13:07:15 +02:00

README.md

Super compose

A preconfigured docker compose with awesome open source tool :

  • a postgresql database with pgadmin
  • hasura : provide a graphql api on postgresql database and all services listed above
  • n8n : an automation tools

Configuring pgAdmin

  1. open new server popup
  2. config postgres

Used ports

  • pgadmin : 5050
  • hasura : 8080

Hasura console

Launch console from local :

hasura console --admin-secret $ADMIN_PASSWORD
// or
hausar console --no-browser --admin-secret $ADMIN_PASSWORD

Alternatively, you can uncomment admin_secret in file hasura/config.yaml and set your password.