Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 745 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 745 Bytes

plyo/postgres

This repo contains 3 docker images and 1 CI/CD workflow:

  1. plyo/postgres:database-* - PostgreSQL server v13, v14 with 3 pre-configured roles based on official docker postgres image
  2. plyo/postgres:backups-* - Rotated backups which can work with several database instances and saving backups into s3 storage
  3. plyo/postgres:sanitizer-* - Service for sanitizing data from the backup for preparing development database backup.
  4. CI/CD to push sanitized database into docker image

Components schema: Components Overview

See all available tags on Docker Hub