initial commit

This commit is contained in:
Ludovic Cartier
2022-08-05 20:59:55 +02:00
commit da764e602e
19 changed files with 587 additions and 0 deletions

View File

@ -0,0 +1,35 @@
log:
level: INFO
providers:
docker:
network: traefik
exposedByDefault: false
global:
sendAnonymousUsage: false
api:
dashboard: true
entryPoints:
openvpn:
address: :1194
web:
address: :80
http:
redirections:
entryPoint:
to: websecure
scheme: https
websecure:
address: :443
certificatesResolvers:
letsencrypt:
acme:
email: {{ traefik_letsencrypt_email }}
storage: /letsencrypt/acme.json
tlschallenge: true