Open
Description
A lot of the compose files contain the same set up for certain images. We can extend compose files to reduce this duplication, while still keeping the services the same.
It would also be to use a makefile so that simple commands can be used to run the commands for docker compose (which will be longer if we make the changes above).
Example of using makefiles for docker compose operations can be found here. (Tldr; instead of the typing docker compose -f docker-compose.yml -f docker-compose.accumulo.yml
to bring up the accumulo containers the user would instead type make accumulo
)