This container performs automatic backups of a PostgreSQL database based on a cron schedule.
POSTGRES_HOST: The hostname of your PostgreSQL serverPOSTGRES_DB: The name of the database to back upPOSTGRES_USER: The database userPOSTGRES_PASSWORD: The user's passwordCRON_SCHEDULE: Cron schedule (e.g.0 3 * * *)MAX_BACKUPS: Max number of backups to keep (default: 7)
/backups: Mount this volume to store the generated.sql.gzfiles
docker-compose up -d --build