Skip to content

Commit

Permalink
Merge pull request #20 from lehigh-university-libraries/milliner-fcre…
Browse files Browse the repository at this point in the history
…po-6

Specify fcrepo version in docker-compose.yml
  • Loading branch information
nigelgbanks authored Oct 6, 2023
2 parents afa3e82 + eb92563 commit a4e7021
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ DOMAIN=islandora.dev

# The email to use for admin users and Lets Encrypt.
EMAIL=[email protected]

# Whether using fcrepo version 6
FEDORA_6=true
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ services:
default:
aliases: # Allow access without using the `-dev` or `-prod` suffix.
- milliner
environment:
MILLINER_FEDORA6: ${FEDORA_6}
milliner-prod:
<<: [*prod, *milliner]
secrets: *secrets-jwt-public
Expand Down

0 comments on commit a4e7021

Please sign in to comment.