Add infrastructure/reverse-proxy

scott 2023-08-17 18:48:26 +00:00
parent 246babf946
commit 2ef4a020c6

@ -0,0 +1,5 @@
## Traefik
Traefik is a reverse proxy which integrates very nicely with docker and other orchestration tools. It looks at Docker container labels to determine routing rules, middleware definitions, and other configuraiton, meaning application-specific configuration can be kept together with the application and easily applied to any server which has a Traefik reverse proxy running, so long as a few basic rules are followed.
First, check out the [repository](https://git.tams.tech/TWS/traefik-config). Clone it to your server.