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.
2 parents d3b102d + cf55217 commit e34af57Copy full SHA for e34af57
local/full/docker-compose.yml
@@ -62,6 +62,11 @@ services:
62
- KAFKA_URL=kafka:9093
63
- JWT_TOKEN_SECRET=secret
64
- VALID_ISSUERS="[\"https://topcoder-newauth.auth0.com/\",\"https://api.topcoder-dev.com\"]"
65
+ - AUTH0_CLIENT_ID
66
+ - AUTH0_CLIENT_SECRET
67
+ - AUTH0_URL
68
+ - AUTH0_AUDIENCE
69
+ - AUTH0_PROXY_SERVER_URL
70
project-processor-es:
71
build:
72
context: ./generic-tc-service
@@ -80,6 +85,11 @@ services:
80
85
- PORT=5000
81
86
82
87
- ES_HOST=esearch:9200
88
89
90
91
92
83
93
tc-notifications-reset-db:
84
94
extends:
95
file: ./docker-compose.base.yml
0 commit comments