update installation manifests to v1.0.0-alpha23

This commit is contained in:
Shahidh K Muhammed 2018-10-05 20:45:19 +05:30
parent 00d5a5c1a3
commit ba70943e99
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-alpha22
image: hasura/graphql-engine:v1.0.0-alpha23
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-alpha22
image: hasura/graphql-engine:v1.0.0-alpha23
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-alpha22
image: hasura/graphql-engine:v1.0.0-alpha23
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-alpha22 \
hasura/graphql-engine:v1.0.0-alpha23 \
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-alpha22
- image: hasura/graphql-engine:v1.0.0-alpha23
imagePullPolicy: IfNotPresent
name: hasura
command: ["graphql-engine"]