Skip to content

Commit 7f0a63a

Browse files
committed
compose fixes
1 parent e5b9657 commit 7f0a63a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
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",

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.0"
22
name: "databus-nodejs-dockerized"
33
services:
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

0 commit comments

Comments
 (0)