update installation manifests to v1.0.0-alpha27

This commit is contained in:
Shahidh K Muhammed 2018-10-29 11:35:03 +05:30
parent 457a7a2ac9
commit 1a04a38481
5 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ services:
volumes:
- db_data:/var/lib/postgresql/data
graphql-engine:
image: hasura/graphql-engine:v1.0.0-alpha26
image: hasura/graphql-engine:v1.0.0-alpha27
depends_on:
- "postgres"
restart: always

View File

@ -6,7 +6,7 @@ services:
volumes:
- db_data:/var/lib/postgresql/data
graphql-engine:
image: hasura/graphql-engine:v1.0.0-alpha26
image: hasura/graphql-engine:v1.0.0-alpha27
ports:
- "8080:8080"
depends_on:

View File

@ -6,7 +6,7 @@ services:
volumes:
- db_data:/var/lib/postgresql/data
graphql-engine:
image: hasura/graphql-engine:v1.0.0-alpha26
image: hasura/graphql-engine:v1.0.0-alpha27
ports:
- "8080:8080"
depends_on:

View File

@ -1,6 +1,6 @@
#! /bin/bash
docker run -d -p 8080:8080 \
hasura/graphql-engine:v1.0.0-alpha26 \
hasura/graphql-engine:v1.0.0-alpha27 \
graphql-engine \
--database-url postgres://username:password@hostname:port/dbname \
serve --enable-console

View File

@ -18,7 +18,7 @@ spec:
app: hasura
spec:
containers:
- image: hasura/graphql-engine:v1.0.0-alpha26
- image: hasura/graphql-engine:v1.0.0-alpha27
imagePullPolicy: IfNotPresent
name: hasura
command: ["graphql-engine"]