Skip to content

Commit

Permalink
Merge pull request #5 from wbbly/dev
Browse files Browse the repository at this point in the history
Upgrade Hasura to v1.3.0
  • Loading branch information
athlonUA authored Jul 23, 2020
2 parents fab3186 + 42114fa commit 49ef420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.override.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
volumes:
- ./pgadmin_storage:/var/lib/pgadmin/storage
graphql-engine:
image: hasura/graphql-engine:v1.2.2
image: hasura/graphql-engine:v1.3.0
ports:
- 8080:8080
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- postgres
restart: always
graphql-engine:
image: hasura/graphql-engine:v1.2.2
image: hasura/graphql-engine:v1.3.0
networks:
- postgres
restart: always
Expand Down

0 comments on commit 49ef420

Please sign in to comment.