This repository contains the GraphQL server and the subschemas that are exposed via the graph. We also load remote schemas via the graph e.g. the one based on Substrate data.
Run yarn && yarn start
- Clone repository
- Run
./init-letsencrypt.sh
- Run
docker-compose -f docker-compose.prod.yml up -d
- Run
make deploy
Make deploy will:
- pull the latest code
- build a new container
- reload nginx so that it resolves to the new container
- tear down the old container
- reload nginx so that it stops resolving to the old container