Database settings & Quarkus DevServices

Hi
I have an issue using the Quarkus Integration. When starting Quarkus in Dev-Profile we do not specify the database URL and let Quarkus do the magic to spin up out database in a container. Since the Camunda Quarkus integration provides a default persistence config it tries to connect with the postgres-driver and a h2 url provided by the Camunda Quarkus integration. Any hints how to get the Quarkus integration running in Dev-Profile with PostgreSQL as a database?

you can check it out here.

1 Like

I know how to configure PostgreSQL for the prod-profile where we know the container running the database, but using Quarkus DevServices the url is managed by Quarkus which doesn’t work since Camunda defaults the URL. See Dev Services Overview - Quarkus