File tree Expand file tree Collapse file tree
examples/guides/providers/kie Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,29 +104,6 @@ services:
104104 retries : 48
105105 start_period : 5s
106106
107- ui :
108- image : routerbase/ui:20250206
109- environment :
110- NODE_ENV : development
111- TENSORZERO_CLICKHOUSE_URL : http://chuser:chpassword@clickhouse:8123/tensorzero
112- TENSORZERO_POSTGRES_URL : postgres://postgres:postgres@postgres:5432/tensorzero
113- TENSORZERO_GATEWAY_URL : http://gateway:3000
114- TENSORZERO_API_KEY : ${TENSORZERO_SERVICE_KEY:?Environment variable TENSORZERO_SERVICE_KEY must be set.}
115- GITHUB_CLIENT_ID : ${GITHUB_CLIENT_ID:?Environment variable GITHUB_CLIENT_ID must be set.}
116- GITHUB_CLIENT_SECRET : ${GITHUB_CLIENT_SECRET:?Environment variable GITHUB_CLIENT_SECRET must be set.}
117- GITHUB_CALLBACK_URL : ${GITHUB_CALLBACK_URL:?Environment variable GITHUB_CALLBACK_URL must be set.}
118- GITHUB_ALLOWED_ORGS : ${GITHUB_ALLOWED_ORGS:?Environment variable GITHUB_ALLOWED_ORGS must be set.}
119- GITHUB_ALLOWED_TEAMS : ${GITHUB_ALLOWED_TEAMS:-}
120- SESSION_SECRET : ${SESSION_SECRET:?Environment variable SESSION_SECRET must be set.}
121- ports :
122- - " 8080:4000"
123- depends_on :
124- clickhouse :
125- condition : service_healthy
126- gateway :
127- condition : service_healthy
128- postgres :
129- condition : service_healthy
130107
131108volumes :
132109 postgres-data :
You can’t perform that action at this time.
0 commit comments