dragonfly/deploy/docker-compose
greenhandatsjtu acf4922866
feat: auto switch to concurrent back source based on download speed (#1494)
Signed-off-by: greenhandatsjtu <sunhengke@sjtu.edu.cn>
2023-06-28 17:33:40 +08:00
..
config feat: add seed peer logic (#1302) 2023-06-28 17:33:19 +08:00
template feat: auto switch to concurrent back source based on download speed (#1494) 2023-06-28 17:33:40 +08:00
README.md fix: run.sh threw error on mac (#1285) 2023-06-28 17:33:17 +08:00
docker-compose.yaml chore: dragonfly updates version to v2.0.5 (#1498) 2023-06-28 17:33:39 +08:00
run.sh chore: update docker compose (#1431) 2023-06-28 17:33:33 +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:

export IP=<host ip>
./run.sh

Deploy without Docker Compose

Just run:

export IP=<host ip>
./run.sh container

Deploy with Other Container Runtime

Just run:

export IP=<host ip>
export RUNTIME=pouch
./run.sh container