[ADD]PostgreSQL version 13

This commit is contained in:
Fabien BOURGEOIS 2024-07-22 12:15:46 +02:00
parent a4d2ddafdb
commit c5abc2baa5
2 changed files with 10 additions and 0 deletions

5
postgres/Dockerfile.13 Normal file
View File

@ -0,0 +1,5 @@
FROM postgres:13
LABEL maintainer="Yaltik - Fabien Bourgeois <fabien@yaltik.com>"
RUN localedef -i fr_FR -c -f UTF-8 -A /usr/share/locale/locale.alias fr_FR.UTF-8
ENV LANG fr_FR.utf8

View File

@ -30,6 +30,11 @@ services:
context: .
dockerfile: Dockerfile.12
image: registry.yaltik.net/postgres:yaltik12
postgres13:
build:
context: .
dockerfile: Dockerfile.13
image: registry.yaltik.net/postgres:yaltik13
postgres14:
build:
context: .