joshourisman / gitpod-postgis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitpod-postgis

Example to show how to install a Postgres extension using the gitpod/workspace-postgres image:

Steps:

  • Use a custom .gitpod.Dockerfile to use gitpod/workspace-postgres as base image.
  • Install the PostGIS extension.
  • Setup a task in .gitpod.yml to execute a script.
  • The script creates a database and creates the extension.

About


Languages

Language:Dockerfile 100.0%