Skip to content

abchatterjee7/spring-boot-docker-compose-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-docker-compose-integration

A new module, spring-boot-docker-compose, provides integration with Docker Compose. When your app is starting up with given maven/gradle dependency, the Docker Compose integration will look for a configuration docker property file in the current working directory. You just need to ensure your docker engine is running, and rest of thing will work automatically. It'll pull the image you mentioned in docker property file, from docker registry. Be it :-

-Elasticsearch
-MariaDB with JDBC and R2DBC
-MongoDB
-MySQL with JDBC and R2DBC
-PostgreSQL with JDBC and R2DBC
-RabbitMQ
-Redis
-Zipkin

Here, I'm doing PoC for postgreSQL. No need to externally create postgreSQL db using docker, spring boot program will do it for you. Kindly find details, inside the above folder.

About

A new demo program to demonstrate, "spring-boot-docker-compose", which provides spring boot integration with Docker Compose. When your app is starting up, the Docker Compose integration will look for a configuration file in the current working directory. Get rid of setting up of docker, externally. Just run the docker engine and chill.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages