We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b0272 commit c0fca43Copy full SHA for c0fca43
local/docker-compose.yml
@@ -2,7 +2,7 @@ version: "3"
2
services:
3
postgres:
4
container_name: tc-taas-postgres
5
- image: postgres
+ image: postgres:11.8
6
environment:
7
POSTGRES_USER: postgres
8
POSTGRES_PASSWORD: postgres
@@ -85,4 +85,4 @@ services:
85
- AUTH0_AUDIENCE
86
- AUTH0_CLIENT_ID
87
- AUTH0_CLIENT_SECRET
88
- - AUTH0_PROXY_SERVER_URL
+ - AUTH0_PROXY_SERVER_URL
0 commit comments