This is a simple Flask web application designed to demo a CI/CD pipeline using Docker and Jenkins.
88
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. 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_1
docker-compose up --build
Open your browser and go to:
http://localhost:5000
Python_project_1/
āāā Dockerfile
āāā docker-compose.yml
āāā app.py
āāā requirements.txt
āāā templates/
ā āāā index.html
āāā static/
āāā style.css
Dockerfile: Configuration file for creating a Docker image. docker-compose.yml: The file for 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
Content type
Image
Digest
sha256:b6e14073dā¦
Size
48.6 MB
Last updated
about 2 years ago
docker pull yanixdo/python_project_1