File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 "DATABUS_OIDC_CLIENT_ID" : " databus-dev" ,
4848 "DATABUS_OIDC_SECRET" : " O55igP05y7iMlZdhweAEUjjhBIkiu0Mq" ,
4949 "DATABUS_OIDC_USER_ID_PROPERTY" : " sub" ,
50- "DATABUS_OIDC_REQUIRED_ROLE" : " " ,
50+ "DATABUS_OIDC_REQUIRED_ROLE" : " ASDF " ,
5151 "LOOKUP_BASE_URL" : " http://localhost:3004" ,
5252 "MAX_WORKERS" : " 1" ,
5353 "METRICS_PORT" : " 3001" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.0"
22name : " databus-nodejs-dockerized"
33services :
44 databus :
5- image : " databus-rc12 "
5+ image : " docker.io/dbpedia/ databus"
66 ports :
77 - 3000:3000 # HTTP: Databus web UI
88# - 80:80 # ** uncomment if proxy enabled only** HTTP port of included proxy (caddy) necessary for Auto-HTTPS via ACME and HTTP->HTTPS redirect
@@ -62,7 +62,7 @@ services:
6262 echo 'grant SPARQL_SELECT_FED to \"SPARQL\";' > /opt/virtuoso-opensource/initdb.d/ini.sql &&
6363 /virtuoso-entrypoint.sh"
6464 lookup :
65- image : lookup:dev
65+ image : " docker.io/dbpedia/ lookup:dev"
6666 container_name : databus_devenv_lookup
6767 ports :
6868 - 3004:8082
You can’t perform that action at this time.
0 commit comments