Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SimpleHomelab committed Jun 8, 2020
1 parent 316950b commit 8729ffa
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docker-compose-t2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,13 +359,20 @@ services:
TZ: $TZ
labels:
- "traefik.enable=true"
## HTTP Routers
## HTTP Routers Auth Bypass
# - "traefik.http.routers.motioneye-rtr-bypass.entrypoints=https"
# - "traefik.http.routers.motioneye-rtr-bypass.rule=Headers(`$MOTIONEYE_BYPASS_KEY`, `$MOTIONEYE_BYPASS_VALUE`)"
# - "traefik.http.routers.motioneye-rtr-bypass.priority=100"
## HTTP Routers Auth
- "traefik.http.routers.motioneye-rtr.entrypoints=https"
- "traefik.http.routers.motioneye-rtr.rule=Host(`meye.$DOMAINNAME`)"
- "traefik.http.routers.motioneye-rtr.priority=99"
## Middlewares
- "traefik.http.routers.motioneye-rtr.middlewares=chain-authelia@file"
# - "traefik.http.routers.motioneye-rtr-bypass.middlewares=chain-no-auth@file"
- "traefik.http.routers.motioneye-rtr.middlewares=chain-no-auth@file"
## HTTP Services
- "traefik.http.routers.motioneye-rtr.service=motioneye-svc"
# - "traefik.http.routers.motioneye-rtr-bypass.service=motioneye-svc"
- "traefik.http.services.motioneye-svc.loadbalancer.server.port=8765"

############################# DATABASE
Expand Down

0 comments on commit 8729ffa

Please sign in to comment.