Skip to content

Reduce duplication in docker-compose files #239

Open
@lb324567

Description

@lb324567

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    DockerIssue related to the Docker side of the projectenhancementImprovement to existing functionality/feature

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions