Skip to content

EmilCh/postgresql-container-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example docker-compose.yml file

services:
  backup:
    image: ghcr.io/emilch/postgresql-container-backup:main
    restart: always
    volumes:
      - ./backup:/backup
    environment:
      PGSQL_USER: postgres
      PGSQL_PASS: postgrespassword
      PGSQL_HOST: postgresdb

About

Simple container to backup data from PostgreSQL Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages