From 6e87758cf6c4d7c82cb3410198acc519ee456579 Mon Sep 17 00:00:00 2001 From: Xerusion Date: Sat, 31 Jan 2026 19:33:51 +0700 Subject: [PATCH] add traefik network example --- docs/deploying/reverse-proxy-traefik.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/deploying/reverse-proxy-traefik.md b/docs/deploying/reverse-proxy-traefik.md index 0b10ebff..eddd6a38 100644 --- a/docs/deploying/reverse-proxy-traefik.md +++ b/docs/deploying/reverse-proxy-traefik.md @@ -13,6 +13,17 @@ You can setup auto renewing certificates with different kinds of [acme challenge ### Router configurations Add tuwunel to your traefik's network. +```yaml +services: + tuwunel: + # ... + networks: + - proxy # your traefik network name +networks: + proxy: # your traefik network name + external: true +``` + Be sure to change the `your.server.name` to your actual tuwunel domain. and the `yourcertresolver` should be changed to whatever you named it in your traefik config. You only have to do any one of these methods below.