codeant-ai-for-open-source[bot] commented on PR #37624:
URL: https://github.com/apache/superset/pull/37624#issuecomment-3841370287
## **Sequence Diagram**
This PR removes the tracked default websocket config, adds guidance to
UPDATING, and expects users to keep a local
docker/superset-websocket/config.json that is git-ignored and mounted into the
superset-websocket container. The diagram shows the main success path for how a
developer provides the config to the running Docker service.
```mermaid
sequenceDiagram
participant Developer
participant GitRepo
participant DockerCompose
participant superset-websocket
Developer->>GitRepo: Keep local docker/superset-websocket/config.json
(git-ignored)
Developer->>DockerCompose: Start services (docker-compose up)
DockerCompose->>superset-websocket: Mount local config.json into
container
superset-websocket-->>DockerCompose: Read configuration and start
WebSocket server
superset-websocket-->>Developer: WebSocket service running with local
config
```
---
*Generated by [CodeAnt AI](https://codeant.ai)*
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]