pucrs-poli / devops-dojo

0 stars 1 forks source link

Add starting services locally with docker-compose documentation #1

Open masmangan opened 1 year ago

masmangan commented 1 year ago

Update README.md to document a procedure to start services locally using docker-composer. See example at: https://github.com/spring-petclinic/spring-petclinic-microservices, Starting services locally with docker-compose section.

Draft: "First step is to clone this project with git clone --recurse-submodules https://github.com/pucrs-poli/devops-dojo. In order to start the complete infrastructure using Docker, you have to build images by executing docker ... from the project root. Once images are ready, you can start them with a single command docker-compose up. " Add installation instructions. Add complete command list. Optional: add instructions using Visual Studio Code and Docker Desktop, with screenshots.

Tasks:

masmangan commented 1 year ago

Add volume creation with docker volume create --name=devops-dojo-keycloak-data.

masmangan commented 1 year ago

Add instructions to test manually if one service is running using a web browser.