F1: Set up Docker Compose with main service and dependencies
- Description: Create a docker-compose file that allows the developers to deploy and run the application in a local machine for development purposes.
- Acceptance criteria: a docker compose file can be used to run a container with the application and reflect code changes in real time.
- 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
- Tech Notes: N/A
Edited by Santiago Ortiz [EPAM]