Træfik Pilot is deprecated, removed
This commit is contained in:
parent
deb1b7ccb5
commit
026a2a272b
@ -21,8 +21,6 @@ services:
|
|||||||
- --entrypoints.https.address=:443
|
- --entrypoints.https.address=:443
|
||||||
# logging level
|
# logging level
|
||||||
- --log.level=${TRAEFIK_LOGLEVEL}
|
- --log.level=${TRAEFIK_LOGLEVEL}
|
||||||
# Træfik Pilot token (of course retrieved from dotenv)
|
|
||||||
- --pilot.token=${TRAEFIK_PILOT_TOKEN}
|
|
||||||
# we only use Docker (for now)
|
# we only use Docker (for now)
|
||||||
- --providers.docker=true
|
- --providers.docker=true
|
||||||
# and we want to manually specify exposed containers
|
# and we want to manually specify exposed containers
|
||||||
|
@ -7,7 +7,6 @@ TRAEFIK_ENABLED=true
|
|||||||
TRAEFIK_NETWORK=traefik
|
TRAEFIK_NETWORK=traefik
|
||||||
TRAEFIK_MATCHRULE=traefik.mydomain.com
|
TRAEFIK_MATCHRULE=traefik.mydomain.com
|
||||||
TRAEFIK_ROUTER=traefik_mydomain_com
|
TRAEFIK_ROUTER=traefik_mydomain_com
|
||||||
TRAEFIK_PILOT_TOKEN=
|
|
||||||
|
|
||||||
# Security
|
# Security
|
||||||
TRAEFIK_TLSENABLED=true
|
TRAEFIK_TLSENABLED=true
|
||||||
|
Loading…
Reference in New Issue
Block a user