Skip to content

Commit

Permalink
Merge pull request #23 from joecorall/fcrepo-mysqp-persistence
Browse files Browse the repository at this point in the history
Default to use MySQL persistence instead of File persistence for Fedora
  • Loading branch information
nigelgbanks authored Oct 19, 2023
2 parents 072d4b1 + 29079df commit b5f9ca3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,9 @@ services:
environment: &fcrepo-environment
FCREPO_ALLOW_EXTERNAL_DEFAULT: "http://default/"
FCREPO_ALLOW_EXTERNAL_DRUPAL: "https://islandora.dev/"
FCREPO_PERSISTENCE_TYPE: "mysql"
DB_HOST: mariadb
DB_PORT: 3306
labels: &fcrepo-labels
<<: [*traefik-enable, *traefik-https-redirect-middleware]
# Due to weird logic in `fcrepo/static/js/common.js`, do not use https
Expand Down

0 comments on commit b5f9ca3

Please sign in to comment.