dragonfly/deploy/docker-compose
AnJia 3ccf3ae929
feat: docker-compose write log to file (#1236)
* feat: write log to file

Signed-off-by: anjia0532 <anjia0532@gmail.com>
2023-06-28 17:33:12 +08:00
..
config fix: docker-compose preheat pending (#1124) 2023-06-28 17:33:02 +08:00
template feat: docker-compose write log to file (#1236) 2023-06-28 17:33:12 +08:00
README.md feat: support create container without docker-compose (#915) 2023-06-28 17:32:45 +08:00
docker-compose.yaml feat: docker-compose write log to file (#1236) 2023-06-28 17:33:12 +08:00
run.sh fix: docker-compose run with mac throw error (#1134) 2023-06-28 17:33:03 +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