Skip to content

Simple app for configure by using env variables

Notifications You must be signed in to change notification settings

pzalews/color-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

color-app

What is color-app

Color-app is a simple python app that displays "hello-world" html page.

Color-app needs to be configured by environment variables: - COLOR1 - this is a font color - COLOR2 - this is a bg color

Port notice

This application is run on port number 5000.

Simple usage:

docker run --rm -d -e COLOR1=blue -e COLOR2=darkblue -p 5000:5000 pzalews/color-app
curl localhost:5000

About

Simple app for configure by using env variables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published