Traefik Dashboard Port Change
This commit is contained in:
@@ -32,7 +32,7 @@ services:
|
||||
- "traefik.http.routers.traefik.service=api@internal"
|
||||
- "com.centurylinklabs.watchtower.enable=true" # Added label for Watchtower
|
||||
# "traefik.http.middlewares.auth.basicauth.usersfile=/dashboard_authfile"
|
||||
- "traefik.http.services.traefik.loadbalancer.server.port=8080"
|
||||
- "traefik.http.services.traefik.loadbalancer.server.port=9090"
|
||||
|
||||
#networks:
|
||||
# traefik_default:
|
||||
|
||||
@@ -20,9 +20,16 @@ http:
|
||||
compress-middleware:
|
||||
compress:
|
||||
encodings:
|
||||
- zstd
|
||||
- br
|
||||
- gzip
|
||||
defaultEncoding: br
|
||||
defaultEncoding: zstd
|
||||
includedContentTypes:
|
||||
- text/html
|
||||
- text/css
|
||||
- application/javascript
|
||||
- application/json
|
||||
- text/plain
|
||||
routers:
|
||||
block-direct-access:
|
||||
rule: "HostRegexp(`{host:.+}`)" # Matches any host
|
||||
|
||||
@@ -66,6 +66,8 @@ entryPoints:
|
||||
http3: {}
|
||||
metrics:
|
||||
address: "127.0.0.1:8082"
|
||||
dashboard:
|
||||
address: "127.0.0.1:9090"
|
||||
|
||||
global:
|
||||
checknewversion: false # Periodically check if a new version has been released.
|
||||
|
||||
Reference in New Issue
Block a user