We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db054cc commit 8dcbeb0Copy full SHA for 8dcbeb0
README.adoc
@@ -44,13 +44,20 @@ Set the following environment variable with the token:
44
export TMDB_TOKEN=<your API read-access token>
45
----
46
47
-Finally use Docker Compose to launch containers for Redis and the {project-title} demo app instance:
+Use Docker Compose to launch containers for Redis, Prometheus and Grafana:
48
49
[source,console]
50
51
docker compose up
52
53
54
+Finally, launch the demo app with this command:
55
+
56
+[source,console]
57
+----
58
+./gradlew bootRun
59
60
61
// tag::demoSteps[]
62
63
You can access the demo at http://localhost:8080/[http://localhost:8080,window=demo].
0 commit comments