From 04b3c8ae185e06c163ae4b05fe84f0e8c1d06299 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Wed, 6 Aug 2025 21:58:52 -0400 Subject: [PATCH] traefik on gluetun --- tasks/gluetun.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tasks/gluetun.yml b/tasks/gluetun.yml index fe0cefa..17a42a7 100644 --- a/tasks/gluetun.yml +++ b/tasks/gluetun.yml @@ -37,3 +37,9 @@ SERVER_COUNTRIES: "{{ GLUETUN_SERVER_COUNTRIES }}" SERVER_CITIES: "{{ GLUETUN_SERVER_CITIES }}" SERVER_HOSTNAMES: "{{ GLUETUN_SERVER_HOSTNAMES }}" + labels: + traefik.enable: "true" + traefik.http.routers.qbit.rule: Host(`qbit.fntz.net`) + traefik.http.routers.qbit.entrypoints: webSecure + traefik.http.routers.qbit.tls.certresolver: letsencrypt + traefik.http.services.qbit.loadbalancer.server.port: "8090"