refactor: align docker-compose service and container names with image names#4249
Open
bobbai00 wants to merge 2 commits intoapache:mainfrom
Open
refactor: align docker-compose service and container names with image names#4249bobbai00 wants to merge 2 commits intoapache:mainfrom
bobbai00 wants to merge 2 commits intoapache:mainfrom
Conversation
… 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
texera-prefix to all Texera service names (YAML keys) so they match their image names (e.g.,file-service→texera-file-service)computing-unit-mastertotexera-workflow-execution-coordinator(matching image name)texera-web-applicationtotexera-dashboard-service(matching image name)texera-computing-unit-master→texera-workflow-execution-coordinator,texera-web-application→texera-dashboard-servicedepends_onreferences and comments accordinglynginx.confproxy_pass hostnames to match the new container namesAny related issues, documentation, discussions?
N/A
How was this PR tested?
This is a naming-only refactor with no behavioral changes. Verified by reviewing:
depends_onreferences point to valid service namesproxy_passhostnames innginx.confmatch the updated container namesWas this PR authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Claude Opus 4.6)