Commit Graph

1 Commits

Author SHA1 Message Date
Himanshu Verma 0154c06422
refactor(docker): migrate single-node compose from host to bridge networking (#2952)
* docker: migrate from host to bridge networking

Replace network_mode: host with explicit port mappings and add configuration
volumes for PD, Store, and Server services to support macOS/Windows Docker.

- Remove host network mode from all services
- Add explicit port mappings (8620, 8520, 8080)
- Add configuration directories with volume mounts
- Update healthcheck endpoints
- Add PD peers environment variable
2026-03-20 16:21:59 +08:00