Skip to content

mganisin/http-forward

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple HTTP Service that forwards incoming requests

This is a service that sends incoming request to another URL specified via HTTP_FORWARD_BASEURL environment variable and returns back the response from there.

Building the Docker Image

  1. Build the Docker image:
    docker build -t http-forward .

Running the Docker Container

  1. Run the Docker container:
    docker run --rm -p 8080:8080 -e HTTP_FORWARD_BASEURL="http://example.com" http-forward

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages