PostGIS with Docker Compose
In How to use PostGIS in a docker container I explained how to start two docker containers, with PostGIS and with PgAdmin4, with docker run and how to use them. There is another way: we can set up a configuration file compose.yaml and build and start both containers with docker compose. This way It is … Continue reading “PostGIS with Docker Compose”