Replies: 1 comment
-
This was a bad question, and deserves a response from myself after doing some homework. I did investigate and write a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project that uses the
quarkus-reactive-pg-client
extension.Having Quarkus pull down and run a postgres container in dev/test modes is nice, but I must be able to customize some of the PostgreSQL
initdb
options.For example, I can get this done in a
docker-compose.yml
file:Is it possible to get Quarkus to run a pg container with these locale settings (when running in dev/test modes)?
Beta Was this translation helpful? Give feedback.
All reactions