mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
update manifests to v1.0.0-alpha31
This commit is contained in:
parent
7f56da9f28
commit
71d48682f1
@ -84,7 +84,7 @@
|
||||
"firewallRuleName": "allow-all-azure-firewall-rule",
|
||||
"containerGroupName": "[concat(parameters('name'), '-container-group')]",
|
||||
"containerName": "hasura-graphql-engine",
|
||||
"containerImage": "hasura/graphql-engine:v1.0.0-alpha30"
|
||||
"containerImage": "hasura/graphql-engine:v1.0.0-alpha31"
|
||||
},
|
||||
"resources": [
|
||||
{
|
||||
|
@ -6,7 +6,7 @@ services:
|
||||
volumes:
|
||||
- db_data:/var/lib/postgresql/data
|
||||
graphql-engine:
|
||||
image: hasura/graphql-engine:v1.0.0-alpha30
|
||||
image: hasura/graphql-engine:v1.0.0-alpha31
|
||||
depends_on:
|
||||
- "postgres"
|
||||
restart: always
|
||||
|
@ -6,7 +6,7 @@ services:
|
||||
volumes:
|
||||
- db_data:/var/lib/postgresql/data
|
||||
graphql-engine:
|
||||
image: hasura/graphql-engine:v1.0.0-alpha30
|
||||
image: hasura/graphql-engine:v1.0.0-alpha31
|
||||
ports:
|
||||
- "8080:8080"
|
||||
depends_on:
|
||||
|
@ -6,7 +6,7 @@ services:
|
||||
volumes:
|
||||
- db_data:/var/lib/postgresql/data
|
||||
graphql-engine:
|
||||
image: hasura/graphql-engine:v1.0.0-alpha30
|
||||
image: hasura/graphql-engine:v1.0.0-alpha31
|
||||
ports:
|
||||
- "8080:8080"
|
||||
depends_on:
|
||||
|
@ -2,4 +2,4 @@
|
||||
docker run -d -p 8080:8080 \
|
||||
-e HASURA_GRAPHQL_DATABASE_URL=postgres://username:password@hostname:port/dbname \
|
||||
-e HASURA_GRAPHQL_ENABLE_CONSOLE=true \
|
||||
hasura/graphql-engine:v1.0.0-alpha30
|
||||
hasura/graphql-engine:v1.0.0-alpha31
|
@ -18,7 +18,7 @@ spec:
|
||||
app: hasura
|
||||
spec:
|
||||
containers:
|
||||
- image: hasura/graphql-engine:v1.0.0-alpha30
|
||||
- image: hasura/graphql-engine:v1.0.0-alpha31
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: hasura
|
||||
env:
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM hasura/graphql-engine:v1.0.0-alpha30
|
||||
FROM hasura/graphql-engine:v1.0.0-alpha31
|
||||
|
||||
ENV HASURA_GRAPHQL_ENABLE_CONSOLE=true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user