You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Customers, Vets and Visits Services - random port, check Eureka Dashboard
19
-
* Tracing Server (Zipkin) - http://localhost:9411/zipkin/ (we use [openzipkin](https://github.com/openzipkin/zipkin/tree/master/zipkin-server))
19
+
* Tracing Server (Zipkin) - http://localhost:9411/zipkin/ (we use [openzipkin](https://github.com/openzipkin/zipkin/tree/main/zipkin-server))
20
20
* Admin Server (Spring Boot Admin) - http://localhost:9090
21
21
* Grafana Dashboards - http://localhost:3000
22
22
* Prometheus - http://localhost:9091
@@ -33,13 +33,13 @@ Alternatively you can also build all the images on Podman, which requires Podman
33
33
Once images are ready, you can start them with a single command
34
34
`docker-compose up` or `podman-compose up`.
35
35
36
-
Containers startup order is coordinated with the `service_healthy` condition of the Docker Compose [depends-on](https://github.com/compose-spec/compose-spec/blob/master/spec.md#depends_on) expression
37
-
and the [healthcheck](https://github.com/compose-spec/compose-spec/blob/master/spec.md#healthcheck) of the service containers.
36
+
Containers startup order is coordinated with the `service_healthy` condition of the Docker Compose [depends-on](https://github.com/compose-spec/compose-spec/blob/main/spec.md#depends_on) expression
37
+
and the [healthcheck](https://github.com/compose-spec/compose-spec/blob/main/spec.md#healthcheck) of the service containers.
38
38
After starting services, it takes a while for API Gateway to be in sync with service registry,
39
39
so don't be scared of initial Spring Cloud Gateway timeouts. You can track services availability using Eureka dashboard
40
40
available by default at http://localhost:8761.
41
41
42
-
The `master` branch uses an Eclipse Temurin with Java 17 as Docker base image.
42
+
The `main` branch uses an Eclipse Temurin with Java 17 as Docker base image.
43
43
44
44
*NOTE: Under MacOSX or Windows, make sure that the Docker VM has enough memory to run the microservices. The default settings
45
45
are usually not enough and make the `docker-compose up` painfully slow.*
0 commit comments