Skip to content

refactor: align docker-compose service and container names with image names#4249

Open
bobbai00 wants to merge 2 commits intoapache:mainfrom
bobbai00:feat/fix-container-naming
Open

refactor: align docker-compose service and container names with image names#4249
bobbai00 wants to merge 2 commits intoapache:mainfrom
bobbai00:feat/fix-container-naming

Conversation

@bobbai00
Copy link
Contributor

What changes were proposed in this PR?

This PR aligns docker-compose service names, container names, and comments with their corresponding image names for consistency across the single-node deployment:

  • Add texera- prefix to all Texera service names (YAML keys) so they match their image names (e.g., file-servicetexera-file-service)
  • Rename computing-unit-master to texera-workflow-execution-coordinator (matching image name)
  • Rename texera-web-application to texera-dashboard-service (matching image name)
  • Update container names to match: texera-computing-unit-mastertexera-workflow-execution-coordinator, texera-web-applicationtexera-dashboard-service
  • Update all depends_on references and comments accordingly
  • Update nginx.conf proxy_pass hostnames to match the new container names

Any related issues, documentation, discussions?

N/A

How was this PR tested?

This is a naming-only refactor with no behavioral changes. Verified by reviewing:

  • All depends_on references point to valid service names
  • All proxy_pass hostnames in nginx.conf match the updated container names
  • Container names remain consistent with image names

Was this PR authored or co-authored using generative AI tooling?

Generated-by: Claude Code (Claude Opus 4.6)

bobbai00 and others added 2 commits February 28, 2026 14:14
… names

Rename Texera service keys, container names, and comments to match their
image names for consistency. Update all depends_on references in
docker-compose.yml and proxy_pass hostnames in nginx.conf accordingly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@bobbai00 bobbai00 self-assigned this Feb 28, 2026
@bobbai00 bobbai00 added the triage Pending for triaging label Feb 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build feature triage Pending for triaging

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant