dragonfly/deploy/docker-compose
Gaius d3e1c89e24
chore: bump client-rs to v1.0.1 (#4174)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2025-07-03 07:24:46 +00:00
..
template chore: bump client-rs to v1.0.1 (#4174) 2025-07-03 07:24:46 +00:00
README.md feat: remove deploy without docker compose (#3672) 2024-11-26 20:52:54 +08:00
docker-compose.yaml chore: update rust client and console submodule (#3567) 2024-10-11 20:18:36 +08:00
run.sh feat: remove deploy without docker compose (#3672) 2024-11-26 20:52:54 +08:00

README.md

Deploying Dragonfly with Container Directly

Currently, docker compose deploying is tested just in single host, no HA support.

Deploy with Docker Compose

The run.sh script will generate config and deploy all components with docker-compose.

Just run:

# Without network=host mode,the HOST IP would be the docker network gateway IP address, use the command below to
# obtain the ip address, "docker network inspect bridge -f '{{range .IPAM.Config}}{{.Gateway}}{{end}}'"
export IP=<host ip>
./run.sh

Delete containers with docker compose

docker compose down