* feat: announce seed peer Signed-off-by: Gaius <gaius.qi@gmail.com> * feat: remove cdn logic Signed-off-by: Gaius <gaius.qi@gmail.com> * feat: remove cdn job Signed-off-by: Gaius <gaius.qi@gmail.com> * feat: dfdaemon change host uuid to host id Signed-off-by: Gaius <gaius.qi@gmail.com> * feat: go generate mocks Signed-off-by: Gaius <gaius.qi@gmail.com> * feat: remove cdn compatibility Signed-off-by: Gaius <gaius.qi@gmail.com> * feat: change docker compose Signed-off-by: Gaius <gaius.qi@gmail.com> * fix: reuse panic Signed-off-by: Gaius <gaius.qi@gmail.com> * feat: compatible with v2.0.3-beta.2 Signed-off-by: Gaius <gaius.qi@gmail.com> |
||
|---|---|---|
| .. | ||
| config | ||
| template | ||
| README.md | ||
| docker-compose.yaml | ||
| run.sh | ||
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