F1: Set up Docker Compose with main service and dependencies

  1. Description: Create a docker-compose file that allows the developers to deploy and run the application in a local machine for development purposes.
  2. Acceptance criteria: a docker compose file can be used to run a container with the application and reflect code changes in real time.
  3. Testing scenarios:
  • Run docker-compose up and the image of the application is deployed
  • Change the code in the local machine, and see the effect in the running application
  1. Tech Notes: N/A
Edited by Santiago Ortiz [EPAM]