README.md last build status added
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Roger Sikorski 2021-10-03 13:05:57 +02:00
parent 12b910ada9
commit 424ea8d8c3
Signed by: RogerSik
GPG Key ID: 207958C85208EAC4

View File

@ -1,6 +1,8 @@
# Docker AutoPostgreSQLBackup
> AutoPostgreSQLBackup in a docker container
Last Build status: [![Build Status](https://drone.sikorski.cloud/api/badges/RogerSik/docker-autopostgresqlbackup/status.svg)](https://drone.sikorski.cloud/RogerSik/docker-autopostgresqlbackup)
This docker container uses the autopostgresqlbackup package from ubuntu repos with a minimal modification to make it able to use variables from environment variables, making the configuration through docker model possible. The original source code with modifications is in this repo, also the license GPLv2 has been respected and this repo is under GPLv2.
This container follow the [dockerfile good practices](https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/).