From 2ef4a020c6aefbdaf5d47421862490e74e4772cb Mon Sep 17 00:00:00 2001 From: scott Date: Thu, 17 Aug 2023 18:48:26 +0000 Subject: [PATCH] Add infrastructure/reverse-proxy --- infrastructure%2Freverse-proxy.-.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 infrastructure%2Freverse-proxy.-.md diff --git a/infrastructure%2Freverse-proxy.-.md b/infrastructure%2Freverse-proxy.-.md new file mode 100644 index 0000000..dc47c30 --- /dev/null +++ b/infrastructure%2Freverse-proxy.-.md @@ -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. \ No newline at end of file