Configuring Spring Boot with Docker Compose: Selecting a Specific Database Service from Multiple Services
I'm currently facing a challenge with Docker Compose and Spring Boot Docker support. In my compose.yaml file, I've specified two database services, but my intention is to use only one of them, not both. The compose.yaml file is structured as…