Skip to content

codefreshdemo/example_python_redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis Integration tests example

This is an example Python application that uses Redis for storing a web counter. It is compiled using Codefresh.

Running the app

To compile and package using Docker compose

docker-compose up

Then enter http://localhost on your browser

To use this project in Codefresh

There is also a codefresh.yml for easy usage with the Codefresh CI/CD platform.

More details can be found in Codefresh documentation