Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 419 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 419 Bytes

Popeye

A Devops Epitech project

Goal of the Project

The goal of this project is to containerize and define the deployment of a simple web poll application

Built with:

Docker-compose

Getting Started

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