PostgreSQL Docker Image
Find a file
2024-03-31 00:44:36 +01:00
.dockerignore docker should ignore bash history 2024-03-31 00:21:09 +01:00
.gitignore Updated to PostgreSQL 16 and added proper locale settings 2024-03-01 02:54:24 +01:00
.gitlab-ci.yml Adding README and switching CI to latest Docker and Dind 2024-03-31 00:09:33 +01:00
docker-entrypoint.sh First commit 2023-03-19 07:55:01 +01:00
Dockerfile Listen address * by parameter enforced 2024-03-31 00:44:36 +01:00
README.md Adding README and switching CI to latest Docker and Dind 2024-03-31 00:09:33 +01:00

PostgreSQL 16 Image

How To Use

Args

SRV_UID

User ID for the PostgreSQL daemon and so of the data (Default: 1000)

SRV_GID

Group ID for the PostgreSQL daemon and so of the data (Default: 1000)

SRV_LOCALE

Locale used for initdb (Default: en_US)

Image Name

docker.ci/srv/postgres:latest