...
Code Block |
---|
docker-compose up -d |
Setup Postgres Server - Linux
Installation guide for Debian:
https://linuxize.com/post/how-to-install-postgresql-on-debian-10/
Make sure to setup the postgresql.conf and pg_hba.conf correctly.
Setup Postgres Server - MacOS
It’s recommended to use Homebrew to install Postgres
...