mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
1b43f0caaa
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2762 GitOrigin-RevId: 092e3fee604f9620198128a8c8aced434a20644e
7 lines
263 B
Bash
Executable File
7 lines
263 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.1.0-beta.2
|