From 4b30c8c8e1d251d431f5ef5ee26ec93ccac678d1 Mon Sep 17 00:00:00 2001 From: yuuki <> Date: Thu, 13 Jun 2024 16:48:07 +0000 Subject: [PATCH] =?UTF-8?q?Cloudflare=E3=81=AEAPI=E3=82=AD=E3=83=BC?= =?UTF-8?q?=E3=82=92=E6=8C=87=E5=AE=9A=E3=81=97=E3=81=A6=E3=83=90=E3=82=B0?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/traefik/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/traefik/docker-compose.yml b/docker/traefik/docker-compose.yml index 087b004..821152f 100644 --- a/docker/traefik/docker-compose.yml +++ b/docker/traefik/docker-compose.yml @@ -28,6 +28,8 @@ services: - traefik.http.routers.dashboard.tls=true - traefik.http.routers.dashboard.tls.certResolver=letsencrypt - traefik.http.routers.dashboard.service=api@internal + environment: + - CF_DNS_API_TOKEN=${CF_DNS_API_TOKEN} networks: traefik: