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)
|
2019-02-07 14:50:27 +03:00
|
|
|
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).
|