Skip to content

Commit

Permalink
rename db to database
Browse files Browse the repository at this point in the history
rename db to database, this is more consistent and also allows users to remove the `links` mapping for most services if they so chose.
  • Loading branch information
nvdk authored and madnificent committed Oct 23, 2021
1 parent fc47640 commit b5fd05c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- resource:resource
volumes:
- ./config/dispatcher:/config
db:
database:
image: tenforce/virtuoso:1.3.2-virtuoso7.2.2
environment:
SPARQL_UPDATE: "true"
Expand All @@ -26,6 +26,6 @@ services:
resource:
image: semtech/mu-cl-resources:1.20.0
links:
- db:database
- database:database
volumes:
- ./config/resources:/config

0 comments on commit b5fd05c

Please sign in to comment.