Skip to content

Commit a8c6ff5

Browse files
committed
traefik
1 parent 64a454c commit a8c6ff5

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

traefik_stack5/configs/traefik.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
defaultEntryPoints = ["http", "https"]
1+
defaultEntryPoints = ["http"]
22

33
[entryPoints]
44
[entryPoints.dashboard]
@@ -17,11 +17,11 @@ defaultEntryPoints = ["http", "https"]
1717
[api]
1818
entrypoint="dashboard"
1919

20-
[acme]
21-
email = "your_email@your_domain.net"
22-
storage = "acme.json"
23-
entryPoint = "https"
24-
caServer = "https://acme-staging-v02.api.letsencrypt.org/directory"
25-
onHostRule = true
26-
[acme.httpChallenge]
27-
entryPoint = "http"
20+
#[acme]
21+
#email = "your_email@your_domain.net"
22+
#storage = "acme.json"
23+
#entryPoint = "https"
24+
#caServer = "https://acme-staging-v02.api.letsencrypt.org/directory"
25+
#onHostRule = true
26+
# [acme.httpChallenge]
27+
# entryPoint = "http"

traefik_stack5/toolproxy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,7 @@ services:
9090
- "traefik.enable=true"
9191
- "traefik.logLevel=DEBUG"
9292
- "traefik.port=8080"
93-
- "traefik.passHostHeader=true"
94-
- "traefik.frontend.entryPoints=http"
95-
- "traefik.backend.loadbalancer.method=wrr"
96-
- "traefik.backend.loadbalancer.swarm=true"
93+
9794

9895
# by Pascal Andy | https://pascalandy.com/
9996
# https://github.com/pascalandy/docker-stack-this

0 commit comments

Comments
 (0)