Skip to content

joefg/postgres-pgtle

Repository files navigation

PostgreSQL + pg_tle

A PostgreSQL docker image with pg_tle enabled.

How to use

  1. Build the container with docker build --tag postgres-pgtle .

  2. Stand up the container with POSTGRES_PASSWORD="<your-password>" docker compose up.

  3. Connect to the database with psql postgres://0.0.0.0:5430 -U postgres with your password being the environment variable from above.

  4. Inside psql, run \dx. You should see pgtle in there.

About

Adding pg_tle to a Postgres container.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published