1
0
Fork 0
mirror of https://github.com/demostf/proxy synced 2026-06-04 04:24:06 +02:00

initial commit

This commit is contained in:
Robin Appelman 2018-09-15 18:20:02 +02:00
commit 5fdab87b87
4 changed files with 37 additions and 0 deletions

13
README.md Normal file
View file

@ -0,0 +1,13 @@
# proxy
SSL reverse proxy for demos.tf
## Usage
start the container with the following env variables
- `TARGET`: the hostname of the target container
- `EMAIL`: the email to use for certbot
- `HOST`: the base host to get the certificates for
Note that `$HOST`, `api.$HOST` and `static.$HOST` need to point to this container