From 026a2a272be518d24621fffa8753b7bf4e16c6b1 Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Wed, 5 Apr 2023 12:09:05 +0200 Subject: [PATCH] =?UTF-8?q?Tr=C3=A6fik=20Pilot=20is=20deprecated,=20remove?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 -- env.example | 1 - 2 files changed, 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4e5d339..a02d7b2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,8 +21,6 @@ services: - --entrypoints.https.address=:443 # logging level - --log.level=${TRAEFIK_LOGLEVEL} - # Træfik Pilot token (of course retrieved from dotenv) - - --pilot.token=${TRAEFIK_PILOT_TOKEN} # we only use Docker (for now) - --providers.docker=true # and we want to manually specify exposed containers diff --git a/env.example b/env.example index 864cdfa..5ff7cbb 100644 --- a/env.example +++ b/env.example @@ -7,7 +7,6 @@ TRAEFIK_ENABLED=true TRAEFIK_NETWORK=traefik TRAEFIK_MATCHRULE=traefik.mydomain.com TRAEFIK_ROUTER=traefik_mydomain_com -TRAEFIK_PILOT_TOKEN= # Security TRAEFIK_TLSENABLED=true