
5 min
Hasura + PostgreSQL + GoTrue + MariaDB + Docker = ❤️
This is a slightly extended version of Netlify's GoTrue. It includes a `docker-compose.yaml` file to deploy it together with Hasura. This set up uses …
#hasura
#gotrue
#postgresql
+6
3 articles in this category
This is a slightly extended version of Netlify's GoTrue. It includes a `docker-compose.yaml` file to deploy it together with Hasura. This set up uses …
I run two posrgres databases in production. One is connected to a Django app and runs on docker, the other one powers Node.js server. Fun fact, I once …
It can easily take you longer to deploy a django app than it took you to develop. Trust me. I finally figured out a very smooth and easy way to deploy …