Skip to content

Commit ee6083c

Browse files
authored
Fix DB plugin name for multi-role. (#214)
Replaces #210. Fixes #209.
1 parent 8c71f07 commit ee6083c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose-multirole.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ services:
9595
depends_on:
9696
- temporal-history
9797
environment:
98-
- DB=postgresql
98+
- DB=postgres12
9999
- DB_PORT=${POSTGRES_DEFAULT_PORT}
100100
- POSTGRES_USER=${POSTGRES_USER}
101101
- POSTGRES_PWD=${POSTGRES_PASSWORD}
@@ -128,7 +128,7 @@ services:
128128
depends_on:
129129
- temporal-matching
130130
environment:
131-
- DB=postgresql
131+
- DB=postgres12
132132
- DB_PORT=${POSTGRES_DEFAULT_PORT}
133133
- POSTGRES_USER=${POSTGRES_USER}
134134
- POSTGRES_PWD=${POSTGRES_PASSWORD}
@@ -162,7 +162,7 @@ services:
162162
depends_on:
163163
- temporal-matching
164164
environment:
165-
- DB=postgresql
165+
- DB=postgres12
166166
- DB_PORT=${POSTGRES_DEFAULT_PORT}
167167
- POSTGRES_USER=${POSTGRES_USER}
168168
- POSTGRES_PWD=${POSTGRES_PASSWORD}
@@ -199,7 +199,7 @@ services:
199199
depends_on:
200200
- temporal-nginx
201201
environment:
202-
- DB=postgresql
202+
- DB=postgres12
203203
- DB_PORT=${POSTGRES_DEFAULT_PORT}
204204
- POSTGRES_USER=${POSTGRES_USER}
205205
- POSTGRES_PWD=${POSTGRES_PASSWORD}

0 commit comments

Comments
 (0)