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
@RobertMolenda Just to make it clear, we use the default spring boot docker compose integration to ease development. As always with boot (and jhipster) you can configure it differently in particular for production (as you mentioned it in the other issue). So if you want to step back from any docker usage, you can do so by setting spring.docker.compose.enabled to false. This would need to configure all database urls manually afterwards.
As previously documented in ticket
#27435
I've upgraded to the latest release - 8.7.3 - and this still continues to fail with the following setup:
Create new application as mentioned in the previous ticket:
Production DB = Postgres / Development = H2 - Fails - same as before
Production DB = Oracle / Development = H2 - Fails with slightly different error of:
"No Docker Compose file found in directory /.
Installation instructions do not state that 'docker is required to build / run' app...
Kindly advise
Best
Robert
The text was updated successfully, but these errors were encountered: