Changed TLS challenge settings

This commit is contained in:
Simon Einzinger 2024-12-23 21:22:55 +01:00
parent 8cdcac6403
commit 0ad5605369
2 changed files with 34 additions and 29 deletions

View file

@ -15,7 +15,8 @@ services:
traefik:
depends_on:
- dockerproxy
dockerproxy:
condition: service_started
image: traefik:v3.2
container_name: traefik
networks:
@ -27,5 +28,5 @@ services:
restart: always
volumes:
- ./traefik.yaml:/etc/traefik/traefik.yaml:ro
- ./letsencrypt:/var/letsencrypt
- ./letsencrypt:/letsencrypt
- ./log:/log

View file

@ -24,6 +24,11 @@ global:
entryPoints:
web:
address: ":80"
http:
redirections:
entryPoint:
to: websecure
scheme: https
websecure:
address: ":443"
@ -32,7 +37,7 @@ certificatesResolvers:
resolver:
acme:
email: info@simon-einzinger.de
storage: /var/letsencrypt/acme.json
storage: "/letsencrypt/acme.json"
httpChallenge:
entryPoint: web
@ -72,8 +77,6 @@ log:
maxAge: 14
################################################################
# Access logs configuration
################################################################
@ -108,7 +111,8 @@ log:
#
# Optional
#
api: {}
api:
{}
# Enable the API in insecure mode
#
# Optional