A Devops Epitech project
The goal of this project is to containerize and define the deployment of a simple web poll application
Docker-compose
Clone the repository and launch with Docker-compose:
sudo docker-compose up --build
Once you're done you can down the containers using:
sudo docker-compose down