Compose Dev Services not triggered #47805
-
Hi I have this example: https://github.com/lordofthejars-ai/applied-ai-for-enterprise-java-development-src/tree/main/ch11/eval-model I am using Quarkus 3.22.2, I have podman installed, podman-compose, and podman desktop running, so everything is there. Also I have a file at the root directory named https://github.com/lordofthejars-ai/applied-ai-for-enterprise-java-development-src/blob/main/ch11/eval-model/compose-devservices.yml But when I run To not burn the CPU I would use the cloud version of langfuse, but in any case, I am still interested in know what is happening. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
/cc @geoand (devservices) |
Beta Was this translation helpful? Give feedback.
-
Compose dev services only works when the project has an extension that already provides a devservice. Otherwise, it is not even included in the project build or runtime. For example, if you add the |
Beta Was this translation helpful? Give feedback.
Compose dev services only works when the project has an extension that already provides a devservice. Otherwise, it is not even included in the project build or runtime.
For example, if you add the
quarkus-observability-devservices
extension (even without thequarkus-observability-devservices-lgtm
implementation), it'll trigger the compose as you expect.