kenirwin / Weeding-Helper

Web-based software to help libraries make weeding/de-accession decision. Designed for libraries using III (Innovative Interfaces) catalogs.
Other
11 stars 3 forks source link

ADD: docker compose files for testing purposes #13

Closed dzoladz closed 3 years ago

dzoladz commented 3 years ago

This PR adds a new /docker directory to contain a set of files for quickly spinning up a local Weeding Helper app. It's a self-contained unit, complete with a set of configured default database credentials and an allocated persistent data volume.

A startup script start.sh is added to the project root for building the images and firing up the docker network, containers, and data volume.

Includes a separate README.md file in the /docker directory to describe some considerations and relevant details for operating the app containers.