-
This repo contains code for a multilayer application.
-
The application overview is as follows: web <=> api <=> db
-
There is an api directory and another web, you should dock the application in the best possible way.
-
Write a recipe with the tool of your choice (ansible or terraform) to build the environment and run the application in an automated way.
- The idea to test locally is to just run 'docker-compose up'
- Access url localhost: 8080
- It will count the quality of 'Dockerfile', 'docker-compose.yml'
- Extra points if you use terraform and are in good practice
- Extra points if you use ansible and are well structured