tree: fef48a1aef6c4e86a4f85d8540fb69662099f8ca [path history] [tgz]
  1. .env
  2. docker-compose.yml
  3. README.md
docker/docker-compose/README.md

InLong Standalone Using Docker Compose

Deploy all InLong module by Docker Compose, it's only available for development.

Requirements:

Deploy

Manually copy SQL files from inlong-manager/sql and inlong-audit/sql to the docker/docker-compose/sql directory.

cp inlong-manager/sql/apache_inlong_manager.sql docker/docker-compose/sql
cp inlong-audit/sql/apache_inlong_audit.sql docker/docker-compose/sql

Then, start all components.

docker-compose up -d

Use InLong

After all containers run successfully, you can access http://localhost with default account:

User: admin
Password: inlong

Destroy

docker-compose down