[IMP]Psotrges as real image service

This commit is contained in:
Fabien Bourgeois 2016-10-14 18:40:59 +02:00
parent 86e5ff2370
commit cb6591b6e2
3 changed files with 17 additions and 0 deletions

5
postgres/Dockerfile.96 Normal file
View File

@ -0,0 +1,5 @@
FROM postgres:9.6
MAINTAINER 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

12
postgres/base.yml Normal file
View File

@ -0,0 +1,12 @@
version: '2'
services:
postgres95:
build:
context: .
dockerfile: Dockerfile.95
image: frpg:9.5
postgres96:
build:
context: .
dockerfile: Dockerfile.96
image: frpg:9.6