mirror of
https://github.com/zhigang1992/hasura-backend-plus.git
synced 2026-04-30 04:55:14 +08:00
docs(example): add minio to the main example
This commit is contained in:
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user