Skip to content

Commit b86c6ef

Browse files
committed
cicd: hasura 2.1.1 with apple silicon m1 supports
1 parent 2205407 commit b86c6ef

File tree

3 files changed

+1
-21
lines changed

3 files changed

+1
-21
lines changed

README.md

-16
Original file line numberDiff line numberDiff line change
@@ -62,22 +62,6 @@ To start Hasura with Postgres run:
6262

6363
```
6464

65-
To start Hasura with Postgres on Apple Silicon (M1) run:
66-
67-
```sh
68-
# Run Hasura
69-
yarn hasura:arm64:up
70-
71-
# Stop Hasura
72-
yarn hasura:arm64:down
73-
74-
# Display Hasura logs
75-
yarn hasura:arm64:logs
76-
77-
# Launch the console using Hasura CLI or go to http://localhost:8080
78-
yarn hasura:arm64:console
79-
```
80-
8165
Hasura will create the demo database and the associated metadata during its first launch.
8266
You can open the Hasura console at this address http://localhost:8080.
8367

hasura/docker-compose.arm64.yml

-4
This file was deleted.

hasura/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
environment:
99
POSTGRES_PASSWORD: postgrespassword
1010
graphql-engine:
11-
image: hasura/graphql-engine:v2.0.8.cli-migrations-v3
11+
image: hasura/graphql-engine:v2.1.1.cli-migrations-v3
1212
ports:
1313
- '8080:8080'
1414
depends_on:

0 commit comments

Comments
 (0)