axiom-community-manager/README.md

28 lines
637 B
Markdown
Raw Normal View History

2022-10-20 22:12:01 +02:00
# Super compose
2022-10-20 17:50:40 +02:00
2022-10-20 22:12:01 +02:00
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.