bobbai00 opened a new pull request, #4249:
URL: https://github.com/apache/texera/pull/4249

   ### 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-service` → `texera-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-master` → 
`texera-workflow-execution-coordinator`, `texera-web-application` → 
`texera-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)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to