Skip to content

hello-http is a project built with flask for testing.

License

Notifications You must be signed in to change notification settings

FatihZor/hello-http

Repository files navigation

hello-http

hello-http is a project built with flask for tests.

fatihzor/hello-http

basic run

docker run fatihzor/hello-http

run with environments

docker run -e MESSAGE=test fatihzor/hello-http
docker run -e PORT=5005 -p 5005:5005 fatihzor/hello-http

supported environment variables

variable description default example
DEBUG _ False DEBUG=True
HOST _ 0.0.0.0 HOST=127.0.0.1
PORT _ 5000 PORT=5005
MESSAGE _ Hello World! MESSAGE=test

About

hello-http is a project built with flask for testing.

Resources

License

Stars

Watchers

Forks

Packages

No packages published