Why does not work my spring cloud project on docker
I have a problem with docker.
spring boot 3.3.2 and docker compose v2.28.1 application with docker file compose.yaml –ansi never config –format=json’ failed with exit code 15
I am using Spring boot 3.3.2 with docker compose v2.28.1, getting below error while running spring boot application.
spring boot 3.3.2 and docker compose application file compose.yaml –ansi never config –format=json’ failed with exit code 15
I am using Spring boot 3.3.2 with docker compose getting below error while running spring boot application. org.springframework.boot.docker.compose.core.ProcessExitException: ‘docker compose –file C:projectsspringbootusercompose.yaml –ansi never config –format=json’ failed with exit code 15.
How to build Docker image using secrets defined in docker-compose
im developing an application in spring boot, and i have been using the secrets from Docker Compose with no problems.
Unable to establish connection between Spring Boot application running on Docker container and PostgreSQL database running on another Docker container
docker-compose.yml