To start the Quick Start example:
-
cd to the root project and run:
./gradlew quickStart
to fill the deploy folder with the required staff for building Docker images.
-
From this directory, run:
docker compose up --build
to start the Docker compose stack.
-
To clean up the deploy dir, from the root project dir:
./gradlew cleanQuickStart