docker API und DNS ergänzt

This commit is contained in:
Czechman 2026-04-18 07:46:10 +00:00
parent 47d65564fb
commit c5938119c4
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,8 @@ services:
command: --configFile=/config/traefik.yml
environment:
- IPV64_API_KEY_FILE=/config/ipv64.env
- TRAEFIK_PROVIDERS_DOCKER_APIVERSION=1.41
- DOCKER_API_VERSION=1.41
ports:
# The HTTP port
- "80:80"
@ -25,6 +27,9 @@ services:
- /docker/traefik3/logs:/logs
- /docker/traefik3/config:/config
- /docker/traefik3/ACME/acme.json:/ACME/acme.json
dns:
- 1.1.1.1 # Cloudflare als Backup-DNS, damit Traefik Let's Encrypt erreicht
- 192.168.1.254 # Dein Pi-hole
networks:
- traefik
logging: