Commit Graph

11 Commits

Author SHA1 Message Date
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
Pau Rodriguez-Estivill a7e9ea29a4 Changed to use POSTGRES_DB. 2016-10-28 15:25:51 +02:00
Pau Rodriguez-Estivill 3395f51c5d Fixed permisions. 2016-10-28 15:20:36 +02:00
Pau Rodriguez-Estivill 96c02aafe0 Initial commit. 2016-10-28 14:58:34 +02:00