mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
84cbb9e5e1
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9904 GitOrigin-RevId: bc0301dcdd2fe0edd3f0cfc55331b9c46d359acf
7 lines
257 B
Bash
Executable File
7 lines
257 B
Bash
Executable File
#! /bin/bash
|
|
docker run -d -p 8080:8080 \
|
|
-e HASURA_GRAPHQL_DATABASE_URL=postgres://username:password@hostname:port/dbname \
|
|
-e HASURA_GRAPHQL_ENABLE_CONSOLE=true \
|
|
-e HASURA_GRAPHQL_DEV_MODE=true \
|
|
hasura/graphql-engine:v2.30.0
|