Skip to content

toshi0123/postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

docker-alpine-postgres

This dockerfile installs only the postgres package.
Not compiling any sources which exist in apline linux repos.

Environment variables

variables example values description
POSTGRES_USER hackmd DB username(default: postgres)
POSTGRES_PASSWORD hackmdpass DB user's password(default: postgres) Cannot set empty password.
POSTGRES_DB hackmd DB name(default: postgres)
LISTEN_ADDRESSES 0.0.0.0/0 listen addresses(default: 0.0.0.0/0)
DB_EXTENSION pg_trgm DB extension(default: )

Releases

No releases published

Packages

No packages published

Languages