Skip to content

Commit

Permalink
Merge pull request #1 from store2be/add-quay
Browse files Browse the repository at this point in the history
📝 Add usage and quay.io reference
  • Loading branch information
peterfication committed May 26, 2019
2 parents bb79893 + a2a139c commit c6cc3c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Changelog

(see http://keepachangelog.com http://semver.org)
(critical comment about semver: https://gist.github.com/jashkenas/cbd2b088e20279ae2c8e)

## Unreleased

## [0.1] - 2019-05-26
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ This Docker image provides a simple Nginx reverse proxy that can be used to prox

The purpose of this simple proxy is to be used in Kubernetes to proxy requests to an external service. Kubernetes has a service type `ExternalName` but there you can't have any advanced configuration like setting headers. Also the annotations on an `Ingress` are very limited for now.

## Usage

```bash
docker run -p 80:80 --rm -e PROXY_URL=example.com quay.io/store2be/nginx-reverse-proxy
```

Find the available versions on [quay.io](https://quay.io/repository/store2be/nginx-reverse-proxy?tab=tags) ([Changelog](CHANGELOG.md)).

## Environment variables

Have a look at [entrypoint.sh](entrypoint.sh) for how the environment variables change the Nginx config.
Expand Down

0 comments on commit c6cc3c8

Please sign in to comment.