Skip to content

Commit

Permalink
accept downstream https certs of internal services to make routing ea…
Browse files Browse the repository at this point in the history
…sier
  • Loading branch information
Mike Zrimsek committed Aug 6, 2024
1 parent 40e1236 commit fe4caee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stacks/core/infrastructure/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ services:
- "--providers.file.watch=true"
- "--entrypoints.web.http.redirections.entryPoint.to=websecure"
- "--entrypoints.web.http.redirections.entryPoint.scheme=https"
- "--serverstransport.insecureskipverify=true"
- "--certificatesresolvers.tlsresolver.acme.tlschallenge"
- "--certificatesresolvers.tlsresolver.acme.email=${TRAEFIK_TLS_EMAIL}"
- "--certificatesresolvers.tlsresolver.acme.storage=/letsencrypt/acme.json"
Expand Down

0 comments on commit fe4caee

Please sign in to comment.