Docker Compose
Clone code
shell
git clone --recursive https://github.com/pileax-ai/pileaxPrepare Configuration
shell
cd docker
cp backend.env.example backend.envRun
shell
# start
docker compose up -d
# stop
docker compose downVisit http://localhost:9610