Update Proxy_Containers/traefik/compose.yaml
This commit is contained in:
@@ -18,18 +18,6 @@ services:
|
|||||||
- traefik-logs:/var/log/traefik
|
- traefik-logs:/var/log/traefik
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
labels:
|
|
||||||
- "traefik.enable=true"
|
|
||||||
- "traefik.http.routers.traefik.entrypoints=web"
|
|
||||||
- "traefik.http.routers.traefik.rule=Host(`traefik-dashboard.home.gabesville.com`)"
|
|
||||||
- "traefik.http.middlewares.traefik-auth.basicauth.users=USER:BASIC_AUTH_PASSWORD"
|
|
||||||
- "traefik.http.middlewares.traefik-https-redirect.redirectscheme.scheme=https"
|
|
||||||
- "traefik.http.middlewares.sslheader.headers.customrequestheaders.X-Forwarded-Proto=https"
|
|
||||||
- "traefik.http.routers.traefik.middlewares=traefik-https-redirect"
|
|
||||||
- "traefik.http.routers.traefik-secure.entrypoints=websecure"
|
|
||||||
- "traefik.http.routers.traefik-secure.rule=Host(`traefik-dashboard.home.gabesville.com`)"
|
|
||||||
- "traefik.http.routers.traefik-secure.middlewares=traefik-auth"
|
|
||||||
- "traefik.http.routers.traefik-secure.tls=true"
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
traefik:
|
traefik:
|
||||||
|
|||||||
Reference in New Issue
Block a user