https://github.com/aledbf/gitpod-postgis
https://github.com/aledbf/gitpod-postgis
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aledbf/gitpod-postgis
- Owner: aledbf
- Created: 2021-03-23T01:43:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-23T02:09:44.000Z (about 5 years ago)
- Last Synced: 2025-03-20T02:39:41.691Z (about 1 year ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](./gitpod.yaml) to execute a script.
- The script creates a database and creates the extension.