File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ services:
95
95
depends_on :
96
96
- temporal-history
97
97
environment :
98
- - DB=postgresql
98
+ - DB=postgres12
99
99
- DB_PORT=${POSTGRES_DEFAULT_PORT}
100
100
- POSTGRES_USER=${POSTGRES_USER}
101
101
- POSTGRES_PWD=${POSTGRES_PASSWORD}
@@ -128,7 +128,7 @@ services:
128
128
depends_on :
129
129
- temporal-matching
130
130
environment :
131
- - DB=postgresql
131
+ - DB=postgres12
132
132
- DB_PORT=${POSTGRES_DEFAULT_PORT}
133
133
- POSTGRES_USER=${POSTGRES_USER}
134
134
- POSTGRES_PWD=${POSTGRES_PASSWORD}
@@ -162,7 +162,7 @@ services:
162
162
depends_on :
163
163
- temporal-matching
164
164
environment :
165
- - DB=postgresql
165
+ - DB=postgres12
166
166
- DB_PORT=${POSTGRES_DEFAULT_PORT}
167
167
- POSTGRES_USER=${POSTGRES_USER}
168
168
- POSTGRES_PWD=${POSTGRES_PASSWORD}
@@ -199,7 +199,7 @@ services:
199
199
depends_on :
200
200
- temporal-nginx
201
201
environment :
202
- - DB=postgresql
202
+ - DB=postgres12
203
203
- DB_PORT=${POSTGRES_DEFAULT_PORT}
204
204
- POSTGRES_USER=${POSTGRES_USER}
205
205
- POSTGRES_PWD=${POSTGRES_PASSWORD}
You can’t perform that action at this time.
0 commit comments