docs(example): add minio to the main example

This commit is contained in:
Pierre-Louis Mercereau
2020-05-14 11:36:16 +02:00
parent a342bf3d11
commit b732465d9c
2 changed files with 18 additions and 1 deletions

View File

@@ -24,10 +24,11 @@ Then start the services:
```shell
export HASURA_GRAPHQL_ADMIN_SECRET=<your Hasura Admin secret>
export S3_SECRET_ACCESS_KEY=<your Minio access key>
docker-compose up -d
```
Everything should be up and running. HBP is listening to `http://localhost:3000` and Hasura Graphql Engine is listening to `http://localhost:8080`.
Everything should be up and running. HBP is listening to `http://localhost:3000`, Hasura Graphql Engine is listening to `http://localhost:8080`.
You can then run the Hasura Console in following the [official instructions](https://hasura.io/docs/1.0/graphql/manual/hasura-cli/hasura_console.html).