Python_project_1 — This is a simple Flask web application designed to demo a CI/CD pipeline using Docker and Jenkins. This project can be used as a template to customize your own applications with continuous delivery and deployment integration.
git clone https://github.com/YanaDevOps/Python_project_1.git
cd Python_project_1docker-compose up --buildOpen your browser and go to:
http://localhost:5000Python_project_1/
├── Dockerfile
├── docker-compose.yml
├── app.py
├── requirements.txt
├── templates/
│ └── index.html
└── static/
└── style.cssDockerfile: Configuration file for creating a Docker image. docker-compose.yml: The file for the orchestration of Docker containers. app.py: The main Flask application file. requirements.txt: A file containing Python dependencies. README.md: Project documentation.
A simple web application that returns a message on the home page. Sample project to demonstrate CI/CD process using Jenkins and Docker.
Python 3.8 Flask 1.1.2 Docker
Name: Yana Lysenko
GitHub: YanaDevOps