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
Labels
Type
Projects
Status
📋 Backlog