graphql-engine/install-manifests/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
628 B
Markdown
Raw Normal View History

2018-09-13 12:33:13 +03:00
# Hasura GraphQL Engine Installation Manifests
Various installation / deployment methods for Hasura GraphQL Engine
1. [Docker Compose](docker-compose)
2. [Docker Compose with HTTPS using Caddy](docker-compose-https)
3. [Docker Compose with PostGIS enabled Postgres](docker-compose-postgis)
4. [Docker Compose with pgAdmin](docker-compose-pgadmin)
5. [Docker run](docker-run)
6. [Kubernetes](kubernetes)
7. [Azure Container Instance without Postgres](azure-container)
8. [Azure Container Instances with Postgres](azure-container-with-pg)
2018-09-13 12:33:13 +03:00
## License
All content in this directory is under [MIT License](../LICENSE-community).