Hi everyone,
I'm trying to use PostgreSQL with HAPI and docker. I changed my docker-compose.yml and application.yml files to accommodate this, but I'm getting:
"Caused by: java.lang.IllegalStateException: Unable to detect database type"
I saw that there was this:
https://groups.google.com/g/hapi-fhir/c/gGECVo4nLZw/m/-xHFeOgHAQAJ, but it didn't help. I created a database called "hapi" in the PostgreSQL instance, and that didn't fix it. I'm attaching my application.yaml and my docker-compose.yml files. I'm having a lot of trouble here, and if someone could help me out that would be great.
Thanks,
Jordan