Add Hasura
This commit is contained in:
@ -9,7 +9,7 @@ services:
|
||||
depends_on:
|
||||
- postgres
|
||||
twenty-api:
|
||||
image: hasura/graphql-engine:latest
|
||||
build: ./twenty-api
|
||||
ports:
|
||||
- "8080:8080"
|
||||
depends_on:
|
||||
|
||||
3
infra/dev/twenty-api/Dockerfile
Normal file
3
infra/dev/twenty-api/Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM hasura/graphql-engine:latest as api
|
||||
|
||||
CMD ["sh", "-c", "graphql-engine serve"]
|
||||
Reference in New Issue
Block a user