filhodanuvem / devops_challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevOps Challenge

  • 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.

Running

  • The idea to test locally is to just run 'docker-compose up'
  • Access url localhost: 8080

Evaluation

  • 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

About

License:MIT License


Languages

Language:JavaScript 91.4%Language:HTML 4.8%Language:Dockerfile 2.3%Language:CSS 1.5%