Skip to content

PostgreSQL docker image with pg_squeeze extension based on postgres:{X}-alpine image.

Notifications You must be signed in to change notification settings

brookqin/pg-squeeze-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pg-squeeze-docker

PostgreSQL docker image with pg_squeeze extension based on postgres:{X}-alpine image.

test

create a .env file with the following content:

POSTGRES_USER=postgres
POSTGRES_PASSWORD=changePassword
POSTGRES_DB=test
POSTGRES_NON_ROOT_USER=test
POSTGRES_NON_ROOT_PASSWORD=test

start the container:

docker compose up

connect to the database with postgres user then:

CREATE EXTENSION pg_squeeze;

https://github.com/cybertec-postgresql/pg_squeeze/blob/REL1_6_2/README.md

About

PostgreSQL docker image with pg_squeeze extension based on postgres:{X}-alpine image.

Topics

Resources

Stars

Watchers

Forks

Packages