From ee6083c2b5e77fe4ce7b83ada3245c408aed8f0c Mon Sep 17 00:00:00 2001 From: Rob Holland Date: Thu, 7 Nov 2024 16:23:15 +0000 Subject: [PATCH] Fix DB plugin name for multi-role. (#214) Replaces #210. Fixes #209. --- docker-compose-multirole.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose-multirole.yaml b/docker-compose-multirole.yaml index c554dbba..3ac80041 100644 --- a/docker-compose-multirole.yaml +++ b/docker-compose-multirole.yaml @@ -95,7 +95,7 @@ services: depends_on: - temporal-history environment: - - DB=postgresql + - DB=postgres12 - DB_PORT=${POSTGRES_DEFAULT_PORT} - POSTGRES_USER=${POSTGRES_USER} - POSTGRES_PWD=${POSTGRES_PASSWORD} @@ -128,7 +128,7 @@ services: depends_on: - temporal-matching environment: - - DB=postgresql + - DB=postgres12 - DB_PORT=${POSTGRES_DEFAULT_PORT} - POSTGRES_USER=${POSTGRES_USER} - POSTGRES_PWD=${POSTGRES_PASSWORD} @@ -162,7 +162,7 @@ services: depends_on: - temporal-matching environment: - - DB=postgresql + - DB=postgres12 - DB_PORT=${POSTGRES_DEFAULT_PORT} - POSTGRES_USER=${POSTGRES_USER} - POSTGRES_PWD=${POSTGRES_PASSWORD} @@ -199,7 +199,7 @@ services: depends_on: - temporal-nginx environment: - - DB=postgresql + - DB=postgres12 - DB_PORT=${POSTGRES_DEFAULT_PORT} - POSTGRES_USER=${POSTGRES_USER} - POSTGRES_PWD=${POSTGRES_PASSWORD}