Skip to content

Rename docker-compose services with more obvious names #1910

Open

Description

Problem

We have a few services that have non-obvious names for some of their containers, specifically "web" (Django API) and "webserver" (Airflow). This is annoying because not only do devs need to remember these (now) arbitrary names, certain containers are ambiguous enough that commands like "attach" don't work well. Try "just attach ingestion_server" and you'll be met with a nasty warning caused by the ambiguity of the worker and the main service name.

Description

Disambiguate docker-compose service names to improve usability and reduce cognitive load for devs interacting with the stack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    🟩 priority: lowLow priority and doesn't need to be rushed🤖 aspect: dxConcerns developers' experience with the codebase🧰 goal: internal improvementImprovement that benefits maintainers, not users🧱 stack: mgmtRelated to repo management and automations

    Type

    No type

    Projects

    • Status

      📋 Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions