Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 334 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 334 Bytes

api-graphql

A GraphQL API to provide IoT-Hub data to clients

Build and tag with Docker

docker build -f deployments/Dockerfile -t diwise/api-graphql:latest .

Build and run with Docker Compose

docker compose -f deployments/docker-compose.yaml build
docker compose -f deployments/docker-compose.yaml up