aces / Loris-MRI

The set of scripts that preprocess and insert MRI data into the database.
10 stars 51 forks source link

Clean up Docker database scripts #1202

Closed maximemulder closed 1 month ago

maximemulder commented 1 month ago

This PR improves the database configuration by doing the following:

  1. Store the database name, username, and password in a single place in the GitHub action, removing some duplication.
  2. Some minor clean ups.

The main goal of this PR was originally to remove the Raisinbread overwrites but we decided to keep them ultimately, so now it is just a bunch of minor clean ups.