From 6c8519e7d148e87063b9ea3c0e1b7f57c18c1b15 Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Wed, 11 Oct 2023 10:23:31 -0400 Subject: [PATCH 1/2] Update docker-compose.yml --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 31d12c9..b73f5b1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -469,6 +469,7 @@ services: environment: &fcrepo-environment FCREPO_ALLOW_EXTERNAL_DEFAULT: "http://default/" FCREPO_ALLOW_EXTERNAL_DRUPAL: "https://islandora.dev/" + FCREPO_PERSISTENCE_TYPE: "mysql" labels: &fcrepo-labels <<: [*traefik-enable, *traefik-https-redirect-middleware] # Due to weird logic in `fcrepo/static/js/common.js`, do not use https From 29079dfc38ed821f89e385af897d61a0259a5900 Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Wed, 11 Oct 2023 10:26:34 -0400 Subject: [PATCH 2/2] Add DB_HOST and DB_PORT --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index b73f5b1..912d6ad 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -470,6 +470,8 @@ services: 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