This repository was archived by the owner on Jan 5, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments