CloudflareのAPIキーを指定してバグを修正

This commit is contained in:
yuuki 2024-06-13 16:48:07 +00:00
parent 46f1c247a9
commit 4b30c8c8e1

View file

@ -28,6 +28,8 @@ services:
- traefik.http.routers.dashboard.tls=true - traefik.http.routers.dashboard.tls=true
- traefik.http.routers.dashboard.tls.certResolver=letsencrypt - traefik.http.routers.dashboard.tls.certResolver=letsencrypt
- traefik.http.routers.dashboard.service=api@internal - traefik.http.routers.dashboard.service=api@internal
environment:
- CF_DNS_API_TOKEN=${CF_DNS_API_TOKEN}
networks: networks:
traefik: traefik: