Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Full Stack Development with JHipster

You're reading from   Full Stack Development with JHipster Build full stack applications and microservices with Spring Boot and modern JavaScript frameworks

Arrow left icon
Product type Paperback
Published in Jan 2020
Publisher Packt
ISBN-13 9781838824983
Length 428 pages
Edition 2nd Edition
Languages
Arrow right icon
Authors (2):
Arrow left icon
Sendil Kumar Nellaiyapen Sendil Kumar Nellaiyapen
Author Profile Icon Sendil Kumar Nellaiyapen
Sendil Kumar Nellaiyapen
Deepu K Sasidharan Deepu K Sasidharan
Author Profile Icon Deepu K Sasidharan
Deepu K Sasidharan
Arrow right icon
View More author details
Toc

Table of Contents (23) Chapters Close

Preface 1. Section 1: Getting Started with the JHipster Platform
2. Introduction to Modern Web Application Development FREE CHAPTER 3. Getting Started with JHipster 4. Section 2: Building and Customizing Web Applications with JHipster
5. Building Monolithic Web Applications with JHipster 6. Entity Modeling with JHipster Domain Language 7. Customization and Further Development 8. Section 3: Continuous Integration and Testing
9. Testing and Continuous Integration 10. Going into Production 11. Section 4: Converting Monoliths to Microservice Architecture
12. Microservice Server-Side Technologies 13. Building Microservices with JHipster 14. Working with Microservices 15. Section 5: Deployment of Microservices
16. Deploying with Docker Compose 17. Deploying to the Cloud with Kubernetes 18. Section 6: React and Vue.js for the Client Side
19. Using React for the Client-Side 20. Using Vue.js for the Client-Side 21. Best Practices with JHipster 22. Other Books You May Enjoy

Generating Docker Compose files for microservices

There are many Docker Compose files and maintaining them is hard. Thankfully, JHipster has a docker-compose sub-generator bundled with it. The docker-compose sub-generator helps you organize all your application's Docker Compose files together. It creates a single Docker Compose file that refers to all the applications and their database, along with the registry and monitoring.

Let's go to the base folder, create a folder, and name it docker-compose:

> mkdir docker-compose && cd docker-compose

Once inside the docker-compose folder, we can run the following command:

 jhipster docker-compose 

This will generate the Dockerfiles.

As usual, it will ask us a series of questions before generating the files:

First, it asks us which type of application we would like to deploy. We will select the microservice application...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £16.99/month. Cancel anytime