new file: DEPLOY_APPS.md

modified:   infrastructure/apps/traefik-edge/docker-compose.yml
This commit is contained in:
Ubuntu
2026-01-09 14:08:08 +00:00
parent 120deabb4d
commit 318c4da270
2 changed files with 95 additions and 2 deletions

View File

@@ -8,8 +8,8 @@ services:
- no-new-privileges:true
environment:
- TZ=Europe/Berlin
- CF_ZONE_API_TOKEN=${CF_ZONE_API_TOKEN}
- CF_DNS_API_TOKEN=${CF_DNS_API_TOKEN}
- CF_ZONE_API_TOKEN=${CLOUDFLARE_API_KEY}
- CF_DNS_API_TOKEN=${CLOUDFLARE_EMAIL}
command:
# --- DEBUGGING AKTIVIEREN ---
- "--log.level=DEBUG" # Setzt das Log-Level auf DEBUG (Fehlersuche)