axiom-community-manager/README.md

637 B

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.