Add graphiql testing workflow (#15)

This commit is contained in:
2023-02-18 20:45:18 -07:00
parent 6b103d074e
commit 85ebd856eb
4 changed files with 132 additions and 0 deletions
+7
View File
@@ -22,6 +22,13 @@ services:
- POSTGRES_DB=cursorius
networks:
- cursorius
graphiql:
build:
dockerfile: Dockerfile.graphiql
ports:
- "0.0.0.0:45421:80"
networks:
- cursorius
networks:
cursorius: