Reduce duplication in docker-compose files #239
Labels
Docker
Issue related to the Docker side of the project
enhancement
Improvement to existing functionality/feature
Milestone
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 typemake accumulo
)The text was updated successfully, but these errors were encountered: