|
@@ -8,15 +8,16 @@ Build a docker container with the app:
|
|
|
```
|
|
|
Start the app with Kafka clusters:
|
|
|
```sh
|
|
|
-docker-compose -f ./docker/kafka-ui.yaml up -d
|
|
|
+docker-compose -f ./documentation/compose/kafka-ui.yaml up -d
|
|
|
```
|
|
|
To see the app, navigate to http://localhost:8080.
|
|
|
|
|
|
-If you want to start only kafka clusters (to run the app via `boot:run`):
|
|
|
+If you want to start only kafka clusters (to run the app via `spring-boot:run`):
|
|
|
```sh
|
|
|
-docker-compose -f ./docker/kafka-clusters-only.yaml up -d
|
|
|
+docker-compose -f ./documentation/compose/kafka-clusters-only.yaml up -d
|
|
|
```
|
|
|
-Then start the app with a **local** profile.
|
|
|
+
|
|
|
+Then, start the app.
|
|
|
|
|
|
## Where to go next
|
|
|
|