Commit Graph

53 Commits

Author SHA1 Message Date
PauRE 35efb3cfb7 Merge pull request #26 from x-jokay/fix-markdown-files
Fix markdown issues
2020-08-20 18:27:57 +02:00
PauRE d719670e32 Merge pull request #25 from x-jokay/fix-typo
Fix typo
2020-07-27 17:42:54 +02:00
D. Domig 66259acab4 Fix markdown issues 2020-07-27 15:15:36 +02:00
D. Domig 61bafff0ac Fix typo 2020-07-27 15:12:36 +02:00
PauRE f85097f7e4 Merge pull request #24 from slhck/patch-1
change wording
2020-03-26 12:10:00 +01:00
Werner Robitza 0307921e79 change wording
The backup is not uploaded anywhere, it is just created
2020-03-26 09:47:46 +01:00
Pau Rodriguez-Estivill dc10d3a69e Updated to prodrigestivill/go-cron v0.0.9 that allows optional seconds 2020-03-01 19:34:24 +01:00
Pau Rodriguez-Estivill 8e700838b3 Fix environment variables 2020-02-11 19:52:03 +01:00
Pau Rodriguez-Estivill f7301fd81e Add more architectures, moved to docker baker build system 2020-02-11 18:45:46 +01:00
Pau Rodriguez-Estivill bac1647953 Minimize intermediary images 2020-02-11 13:53:45 +01:00
Pau Rodriguez-Estivill eb3d6658be Moved to newer go-cron build 2020-02-11 13:35:57 +01:00
Pau Rodriguez-Estivill fbc7fe50b8 Add support for postgres 12. closes #22 2019-10-19 12:45:34 +02:00
PauRE 5cc9f82d50 Update README.md
Add special variables to README #19
2019-06-08 15:23:51 +02:00
Pau Rodriguez-Estivill 6773819952 Style update 2019-03-26 16:06:32 +01:00
Pau Rodriguez-Estivill 09dfc24fa6 Fix #17 issue handling _FILE env vars 2019-03-26 16:02:34 +01:00
Pau Rodriguez-Estivill 681e358069 Moved and user to env (#15) and code clean from PR #16. 2019-03-25 13:59:08 +01:00
Pau Rodriguez-Estivill ef969791ff Fixed issues with PR #16 2019-03-25 13:49:51 +01:00
PauRE d3513822c6 Merge pull request #16 from dargmuesli/secret_files
Add _FILE Support For User And Databases
2019-03-25 13:48:01 +01:00
Jonas Thelemann 10043a3d68 Add _FILE Support For User And Databases 2019-03-22 14:49:32 +01:00
PauRE 7be5d39ad4 Merge pull request #14 from dargmuesli/readme
Improve README
2019-03-19 20:22:32 +01:00
Jonas Thelemann 700796b6e2 Complete Environment Variable Description
+ Undocumented environment variables
+ Required / defaults description
~ Order alphabetically
2019-03-19 20:18:09 +01:00
Jonas Thelemann 459fafd9ae Rephrase README
~ Improves readability
2019-03-19 20:16:57 +01:00
PauRE b3e1309ef9 Update README.md 2019-03-19 20:01:06 +01:00
Pau Rodriguez-Estivill ddc79d82e0 Fixed issue #12 2019-03-12 15:10:49 +01:00
Pau Rodriguez-Estivill d433e138c9 Updated README 2019-03-09 20:25:50 +01:00
Pau Rodriguez-Estivill 2ddd5cb3fa Fixed alpine builds 2019-03-09 20:21:58 +01:00
Pau Rodriguez-Estivill ea13545e3b Fix github tag events 2019-03-09 20:10:20 +01:00
PauRE 0db2dacb04 Update README.md fixes #11
Text provided by @WilliamTheMarsman, thanks.
2019-03-07 15:32:12 +01:00
Pau Rodriguez-Estivill a49c04aae8 Add retag.sh 2019-03-04 18:58:10 +00:00
Pau Rodriguez-Estivill 8650fe6c06 Joined alpine and debian 2019-03-04 18:21:02 +00:00
PauRE c6efacafb0 Merge pull request #10 from Kolahzary/alpine
Add alpine branch
2019-03-04 19:16:48 +01:00
Pau Rodriguez-Estivill fe5fef6a47 Create alpine branch 2019-03-04 17:52:05 +00:00
Shadman Kolahzary 07835c6963 Update Dockerfile 2019-03-04 20:21:34 +03:30
PauRE e647728b2a Added verbose 2019-03-04 10:51:55 +01:00
PauRE 688c865056 Merge pull request #9 from rbi/fix_multi_database_cleanup
Make cleanup work when multiple databases are specified. #8
2019-03-04 10:49:22 +01:00
Raik Bieniek 83479c1a27 Make cleanup work when multiple databases are specified. #8 2019-03-04 08:14:48 +01:00
Pau Rodriguez-Estivill c78f5ac3de Fix syn error. Closes #7 2018-07-03 00:16:35 +02:00
Pau Rodriguez-Estivill df96579ec5 Style fix 2018-06-30 14:38:47 +02:00
Pau Rodriguez-Estivill 78f2fae1dd Fixed password file errors 2018-06-30 14:38:17 +02:00
Pau Rodriguez-Estivill 9d3923563e Updated default healthcheck port 2018-06-30 14:20:22 +02:00
PauRE c392a84346 Merge pull request #6 from capnis/master
Add support for docker secrets
2018-06-30 14:18:55 +02:00
Pau Rodriguez-Estivill b74f2182d9 Added support for multiple databases. Closes #1 2018-06-30 14:07:22 +02:00
capnis 9aec9ca274 Readme update
Added POSTGRES_PASSWORD_FILE under postgres service.
2018-06-30 11:28:14 +03:00
capnis 342cc5cf70 Update readme
Added new ENV variables examples:
POSTGRES_PASSWORD_FILE
HEALTHCHECK_PORT
2018-06-30 11:26:27 +03:00
capnis fd83ad1ed3 Add support for docker secrets
Check if password file ENV variable POSTGRES_PASSWORD_FILE is set (for use with docker secrets, point this to /run/secrets/<name of secret>). If it is not set, fallback to POSTGRES_PASSWORD ENV variable.
2018-06-30 11:15:58 +03:00
capnis 91a6338ed0 Add support for docker secrets
Added extra ENV variable "POSTGRES_PASSWORD_FILE"
2018-06-30 10:59:06 +03:00
PauRE 84cff1f054 Merge pull request #2 from sberlin/master
Make healthcheck port configurable
2018-06-25 17:57:35 +02:00
sberlin bfabe34b83 Make healthcheck port configurable
Allow arbitrary users to start container
2018-06-25 11:23:52 +02:00
Pau Rodriguez-Estivill 2450a17d25 Updated documentation. 2016-10-28 17:20:30 +02:00
Pau Rodriguez-Estivill cb81b30e9c Updated to use postgres image. 2016-10-28 17:01:50 +02:00