blob: 852dd7b9115238f629d7c4b56c03903476667b68 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
version: '3.4'
services:
postgres:
build:
args:
# https://github.com/sorintlab/stolon/releases
STOLON_VERSION: 3bb7499f815f77140551eb762b200cf4557f57d3
context: ./postgres
image: superboum/amd64_postgres:v11
|