aboutsummaryrefslogtreecommitdiff
path: root/app/docker-compose.yml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-03-07 12:18:08 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-03-07 12:18:08 +0100
commit4d7470b2fd1e04a688c18cc165212ee2dfd0543e (patch)
tree075d8aeb1455579626c40ce99e50d8afea47bfc5 /app/docker-compose.yml
parentb6085676483fc8308fa4a1954e3fb18052186e49 (diff)
downloadinfrastructure-4d7470b2fd1e04a688c18cc165212ee2dfd0543e.tar.gz
infrastructure-4d7470b2fd1e04a688c18cc165212ee2dfd0543e.zip
Draft stolon update
Diffstat (limited to 'app/docker-compose.yml')
-rw-r--r--app/docker-compose.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/docker-compose.yml b/app/docker-compose.yml
index 6f68dc5..123c99d 100644
--- a/app/docker-compose.yml
+++ b/app/docker-compose.yml
@@ -90,6 +90,16 @@ services:
VERSION: 3.4.14-0+deb10u1
image: superboum/amd64_postfix:v3
+ postgres:
+ build:
+ args:
+ # https://github.com/sorintlab/stolon/releases
+ STOLON_VERSION: v0.16.0
+ # https://packages.debian.org/fr/stretch/postgresql-all
+ PG_VERSION: 9.6+181+deb9u3
+ context: ./postgres/build/postgres
+ image: superboum/amd64_postgres:v4
+
backup-consul:
build:
context: ./backup/build/backup-consul