Various Dockerfiles and configuration files to allow restoring HackRVA's non-vital infrastructure quickly when necessary
stand up all containers
makestop all containers
make stopEach service lives in its own compose file under stacks/, pulled together by
the root compose.yaml via include. To add a stack, drop the file in
stacks/ and add it to the include list.
Paths inside a stack file are relative to stacks/, so repo-root files are
referenced as ../db.env, ../wiki/LocalSettings.php, etc.