Skip to content

Commit

Permalink
Enable debugging for traefik + forward auth for devs
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanpingle committed Oct 17, 2024
1 parent bd2fae0 commit 39a1e79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- "--entryPoints.web.address=:80"
- "--entrypoints.web.forwardedHeaders.insecure=true"
- "--entrypoints.web.proxyProtocol.insecure=true"
- "--log.level=DEBUG"
ports:
- "80:80"
volumes:
Expand Down Expand Up @@ -102,6 +103,7 @@ services:
# INSECURE_COOKIE is required if not using a https entrypoint
- INSECURE_COOKIE=true
- CONFIG=/conf
- LOG_LEVEL=debug
labels:
- "traefik.enable=true"

Expand Down

0 comments on commit 39a1e79

Please sign in to comment.