feat: Added Traefik
- Added compose.yaml file containg also certs-dumper to extract certificates - Added traefik.yaml configuration file
This commit is contained in:
26
dist/traefik/traefik.yaml
vendored
Normal file
26
dist/traefik/traefik.yaml
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
api:
|
||||
insecure: false
|
||||
dashboard: true
|
||||
|
||||
entryPoints:
|
||||
http:
|
||||
address: ":80"
|
||||
http:
|
||||
redirections:
|
||||
entryPoint:
|
||||
to: https
|
||||
scheme: https
|
||||
https:
|
||||
address: ":443"
|
||||
|
||||
providers:
|
||||
docker:
|
||||
exposedByDefault: false
|
||||
|
||||
certificatesResolvers:
|
||||
letsencrypt:
|
||||
acme:
|
||||
email: YOUR_EMAIL@example.com
|
||||
storage: /acme.json
|
||||
httpChallenge:
|
||||
entryPoint: web
|
||||
Reference in New Issue
Block a user