tree: 6624189117699eb738f9b3ce14d3c3d70b637c80 [path history] [tgz]
  1. sql/
  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:

  • Docker 19.03.1+
  • Docker Compose 1.29.2+
Deploy
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