You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 6, 2025. It is now read-only.
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)