Skip to content

keunsoopark/docker-compose-development-env

 
 

Repository files navigation

Docker-compose development env

Starter / example development environment for a project containing a Java and Python service running in Docker compose. It demonstrates a number of important concepts for efficient development in Docker, such as code watching, continuous testing, and some depenendency management.

Created for the purpose of this article. Have a look if you would like to learn more.

Instruction on Makefile

https://opensource.com/article/18/8/what-how-makefile

How to use:

  • make help: to see all commands specified in Makefile

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 30.6%
  • Shell 21.7%
  • Dockerfile 19.1%
  • Python 16.8%
  • Java 11.8%