Compare commits

..

No commits in common. "cd63ad4a55e0255c42b299b97920228dc72e84fb" and "1d85d0cc4e23f55ad025c729b0afa3ec1b847740" have entirely different histories.

3 changed files with 6 additions and 33 deletions

View File

@ -1,4 +1,4 @@
version: "3.8"
version: "1.0"
networks:
default:
@ -16,7 +16,6 @@ services:
- "./traefik.yml:/traefik.yml:ro"
- "/var/run/docker.sock:/var/run/docker.sock:ro"
- "./tls.yml:/etc/traefik/dynamic_conf/conf.yml:ro"
- "./acme.json:/certificates/acme.json"
- "./tls-data:/tls:ro"
labels:
- "traefik.enable=true"

12
tls.yml
View File

@ -17,13 +17,5 @@ tls:
certificates:
- certFile: /tls/CF-altogether.at.crt
keyFile: /tls/CF-altogether.at.key
- certFile: /tls/wordpress.localhost.crt
keyFile: /tls/wordpress.localhost.key
options:
default:
clientAuth:
# in PEM format. each file can contain multiple CAs.
caFiles:
- /tls/server.crt
clientAuthType: VerifyClientCertIfGiven
stores:
- default

View File

@ -1,16 +1,6 @@
## STATIC CONFIGURATION
global:
checkNewVersion: true
sendAnonymousUsage: false
log:
level: "INFO"
accessLog:
filePath: "/logs/access.log"
bufferingSize: 100 # Configuring a buffer of 100 lines
filters:
statusCodes: "204-299,400"
level: INFO
api:
insecure: true
@ -34,17 +24,9 @@ entryPoints:
providers:
docker:
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false
# endpoint: "tcp://dockerproxy:2375"
exposedByDefault: false
# swarmMode: false
# network: "socket_proxy"
file:
watch: true
directory: "/etc/traefik/dynamic_conf"
certificatesresolvers:
le:
acme:
email: "raphy.martin@protonmail.ch"
storage: "/certificates/acme.json"
tlschallenge: true
directory: "/etc/traefik/dynamic_conf"