mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
update installation manifests to v1.0.0-alpha20
This commit is contained in:
parent
6f1be7c3b2
commit
9d0ec2f8ba
@ -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-alpha18
|
image: hasura/graphql-engine:v1.0.0-alpha20
|
||||||
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-alpha18
|
image: hasura/graphql-engine:v1.0.0-alpha20
|
||||||
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-alpha18
|
image: hasura/graphql-engine:v1.0.0-alpha20
|
||||||
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-alpha18 \
|
hasura/graphql-engine:v1.0.0-alpha20 \
|
||||||
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-alpha18
|
- image: hasura/graphql-engine:v1.0.0-alpha20
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: hasura
|
name: hasura
|
||||||
command: ["graphql-engine"]
|
command: ["graphql-engine"]
|
||||||
|
Loading…
Reference in New Issue
Block a user