Skip to content

Commit c0fca43

Browse files
committed
chore: use postgresql version as on PROD
1 parent 86b0272 commit c0fca43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

local/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22
services:
33
postgres:
44
container_name: tc-taas-postgres
5-
image: postgres
5+
image: postgres:11.8
66
environment:
77
POSTGRES_USER: postgres
88
POSTGRES_PASSWORD: postgres
@@ -85,4 +85,4 @@ services:
8585
- AUTH0_AUDIENCE
8686
- AUTH0_CLIENT_ID
8787
- AUTH0_CLIENT_SECRET
88-
- AUTH0_PROXY_SERVER_URL
88+
- AUTH0_PROXY_SERVER_URL

0 commit comments

Comments
 (0)