Skip to content

DO NOT USE THIS REPO - it's now a sub-generator in the main generator-jhipster project

License

Notifications You must be signed in to change notification settings

jhipster/generator-jhipster-docker-compose

Repository files navigation

Docker-Compose File generator for JHipster applications

Usage

This generator will check your subdirectories and find all the microservices and gateways you generated. Then, it will generate a docker-compose.yml file which will run all those applications in one simple command :

docker-compose up

Installation

This requires JHipster version greater than 3.0. Clone this project, then run

npm link

Then go into a directory (we advice to create a directory alongside the applications directories) and run:

yo jhipster-docker-compose

Launch the registry first by running:

docker-compose up -d jhipster-registry

Wait a minute and finally, you can launch all the applications by doing

docker-compose up -d

About

DO NOT USE THIS REPO - it's now a sub-generator in the main generator-jhipster project

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published