[IMP]Psotrges as real image service
This commit is contained in:
parent
86e5ff2370
commit
cb6591b6e2
5
postgres/Dockerfile.96
Normal file
5
postgres/Dockerfile.96
Normal 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
12
postgres/base.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user