Skip to content

Commit 0154c06

Browse files
authored
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
1 parent 62bcdc5 commit 0154c06

37 files changed

+640
-1710
lines changed

docker/configs/application-pd0.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

docker/configs/application-pd1.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

docker/configs/application-pd2.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

docker/configs/application-store0.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

docker/configs/application-store1.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

docker/configs/application-store2.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

docker/configs/server1-conf/graphs/hugegraph.properties

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)