Official PostgreSQL with ru_RU.UTF-8 and aws-cli tools included.
562
Re-build official PostgreSQL Image with RU encodings and aws-cli tools. aws-cli for automate backups and restore databases.
version: '3'
services:
db:
image: diproart/postgres:11-ru-awscli
environment:
# POSTGRES_USER: postgres
# POSTGRES_PASSWORD: postgres
# AWS_ACCESS_KEY_ID: KEY
# AWS_SECRET_ACCESS_KEY: SECRET
# AWS_DEFAULT_REGION: eu-central-1
volumes:
- ./data:/var/lib/postgresql/data
- ./dumps:/var/lib/postgresql/dumps
Content type
Image
Digest
Size
167.2 MB
Last updated
over 4 years ago
docker pull diproart/postgres:14-ru