Generating docker-compose with wrong datasource
See original GitHub issueHi, i noticed that the cli is creating a wrong datasource inside docker-compose.yml
.
As you can see, i selected mysql
as a datasource, but inside the docker-compose.yml file, it installed postgresql
as a datasource
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Docker-compose with spring-boot and MySQL works incorrect
I'm trying to build and run docker-compose with spring-boot and MySQL. At the same time I want application.properties to be defined not in ......
Read more >Can't reach database server which run in Docker #1385 - GitHub
I currently try run Postgresql in Docker, and use that database in prisma2 in my docker list, my Postgresql running on localhost:5555 and...
Read more >You're using docker-compose wrong - Earthly Blog
Problem #4: You're running the DB in docker-compose, but the test on the host · You are on the same Docker network, so...
Read more >Resolving Failed to Configure a DataSource Error - Baeldung
In this short tutorial, we'll discuss what causes and what resolves the “Failed to configure a DataSource” error on a Spring Boot project....
Read more >Grafana Docker and data persistence - Configuration
What am I doing wrong? Initially, the container complained about not finding directories (dashboard, datasources and notifiers) within the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@saade mysql is now supported in 0.14.0. Give it a try.
sweet!