Skip to content

RabbleApp/docker-postgres-wale

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postgres docker container with postGIS and wal-e

Based on https://github.com/docker-library/postgres with postGIS and WAL-E installed.

Environment variables to pass to the container for postgres.

POSTGRES_USER=postgres

POSTGRES_PASSWORD

PGDATA=/var/lib/postgresql/data/pgdata

Environment variables to pass to the container for WAL-E, all of these must be present or WAL-E is not configured.

AWS_ACCESS_KEY_ID

AWS_SECRET_ACCESS_KEY

AWS_REGION

WALE_S3_PREFIX=\"s3://<bucketname>/<path>\"

WALE_RETAIN=7

About

Postgres with PostGIS docker container with WALE-E installed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%