app.yml
docker file contains Spring specific environment properties to override configurations
#293
Labels
$$ bug-bounty $$
https://www.jhipster.tech/bug-bounties/
$100
https://www.jhipster.tech/bug-bounties/
Describe the bug
app.yml
docker file (present undersrc/main/docker
directory) contains Spring specific environment properties to override configurations e.g. DB JDBC details. It causesdocker-compose
startup to fail connecting DB.To Reproduce
Steps to reproduce the behavior:
build -t
command using.jvm
docker file to create docker image.docker-compose -f src/main/docker/app.yml up
commandExpected behavior
Application should startup successfully without requiring configuration override.
The text was updated successfully, but these errors were encountered: