From 13c67eb8b2fc7f3bee18ea53bd1442a9109bd25f Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 9 Jan 2026 15:35:51 +0000 Subject: [PATCH] fixed env mounting for cf api --- infrastructure/apps/traefik-edge/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/apps/traefik-edge/docker-compose.yml b/infrastructure/apps/traefik-edge/docker-compose.yml index 51cd92a..f938b20 100644 --- a/infrastructure/apps/traefik-edge/docker-compose.yml +++ b/infrastructure/apps/traefik-edge/docker-compose.yml @@ -8,8 +8,8 @@ services: - no-new-privileges:true environment: - TZ=Europe/Berlin - - CF_ZONE_API_TOKEN=${CLOUDFLARE_API_KEY} - - CF_DNS_API_TOKEN=${CLOUDFLARE_EMAIL} + - CF_API_EMAIL=${CLOUDFLARE_EMAIL} + - CF_DNS_API_TOKEN=${CLOUDFLARE_API_KEY} command: # --- DEBUGGING AKTIVIEREN --- - "--log.level=DEBUG" # Setzt das Log-Level auf DEBUG (Fehlersuche)