Kaizen Today I Learned by Ville Säävuori

Posts tagged postgis

Testing Postgres + PostGIS on GitLab CI

Setting uo PostgreSQL + PostGIX extension for GitLab CI was easy once I figured out how to configure the needed services right way. Here’s the gist of my setup for testing a Django app: Use a main image that includes needed Postgres + PostGIS deps: image: 'registry.gitlab.com/uninen/docker-images/python-postgis:3.9' I use my own Python Docker images which are based on optimized Revsys Python images and come with most of the commonly needed system packages preinstalled for speedy build process and testing.

· Read the full article →