How to install Hasura using Docker on Windows 10 [Update 2023]

Опубликовано: 15 Октябрь 2024
на канале: ComputerBerry
996
3

How to install Hasura using Docker on Windows 10 [Update 2023]

Link Hasura documents: https://hasura.io/docs/latest/getting...

STEP1: Get the Compose file from our repo. If you're using curl, run this command in a new directory:

curl https:// raw.githubusercontent.com/hasura/graphql-engine/stable/install-manifests/docker-compose/docker-compose.yaml -o docker-compose.yml

STEP2:Then, run the following command to start both the Hasura GraphQL Engine and the Postgres database in Docker containers:

docker compose up -d

STEP3:Open the Hasura Console by navigating to http://localhost:8080/console