https://github.com/apsl/docker-postgres
Docker image for postgresql: configure with enviroment variables, postgis and wal-e
https://github.com/apsl/docker-postgres
docker environment-variables postgis postgresql recovery wal-e
Last synced: 5 days ago
JSON representation
Docker image for postgresql: configure with enviroment variables, postgis and wal-e
- Host: GitHub
- URL: https://github.com/apsl/docker-postgres
- Owner: APSL
- Created: 2016-02-24T09:11:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T10:05:32.000Z (over 7 years ago)
- Last Synced: 2025-08-08T01:29:18.322Z (11 months ago)
- Topics: docker, environment-variables, postgis, postgresql, recovery, wal-e
- Language: Smarty
- Homepage:
- Size: 912 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Minimal Usage
================
```
$ docker run -p 5432:5432 apsl/postgres:10.1
```
Docker postgres
========================
[](https://hub.docker.com/r/apsl/postgres/)
[](https://hub.docker.com/r/apsl/postgres/)
[](https://travis-ci.org/APSL/docker-postgres)
* Docker image for postgresql
* Based on official postgres image and extended.
* Wal-e backup and restore builtin.
* Separated command with cron service to push the backups.
Ports
=====
* 5432: postgres
Env vars and default value:
=========