mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-05 22:34:22 +03:00
update installation manifests to v1.0.0-alpha27
This commit is contained in:
parent
457a7a2ac9
commit
1a04a38481
@ -6,7 +6,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- db_data:/var/lib/postgresql/data
|
- db_data:/var/lib/postgresql/data
|
||||||
graphql-engine:
|
graphql-engine:
|
||||||
image: hasura/graphql-engine:v1.0.0-alpha26
|
image: hasura/graphql-engine:v1.0.0-alpha27
|
||||||
depends_on:
|
depends_on:
|
||||||
- "postgres"
|
- "postgres"
|
||||||
restart: always
|
restart: always
|
||||||
|
@ -6,7 +6,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- db_data:/var/lib/postgresql/data
|
- db_data:/var/lib/postgresql/data
|
||||||
graphql-engine:
|
graphql-engine:
|
||||||
image: hasura/graphql-engine:v1.0.0-alpha26
|
image: hasura/graphql-engine:v1.0.0-alpha27
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -6,7 +6,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- db_data:/var/lib/postgresql/data
|
- db_data:/var/lib/postgresql/data
|
||||||
graphql-engine:
|
graphql-engine:
|
||||||
image: hasura/graphql-engine:v1.0.0-alpha26
|
image: hasura/graphql-engine:v1.0.0-alpha27
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
docker run -d -p 8080:8080 \
|
docker run -d -p 8080:8080 \
|
||||||
hasura/graphql-engine:v1.0.0-alpha26 \
|
hasura/graphql-engine:v1.0.0-alpha27 \
|
||||||
graphql-engine \
|
graphql-engine \
|
||||||
--database-url postgres://username:password@hostname:port/dbname \
|
--database-url postgres://username:password@hostname:port/dbname \
|
||||||
serve --enable-console
|
serve --enable-console
|
||||||
|
@ -18,7 +18,7 @@ spec:
|
|||||||
app: hasura
|
app: hasura
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: hasura/graphql-engine:v1.0.0-alpha26
|
- image: hasura/graphql-engine:v1.0.0-alpha27
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: hasura
|
name: hasura
|
||||||
command: ["graphql-engine"]
|
command: ["graphql-engine"]
|
||||||
|
Loading…
Reference in New Issue
Block a user