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.
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.