Træfik Pilot is deprecated, removed

This commit is contained in:
Bryan Joshua Pedini 2023-04-05 12:09:05 +02:00
parent deb1b7ccb5
commit 026a2a272b
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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