remove dns api token

This commit is contained in:
Nuno Duque Nunes 2026-05-04 22:17:21 +01:00
parent ac221062ea
commit 98b3b09ae5
2 changed files with 2 additions and 1 deletions

1
traefik/.env.example Normal file
View file

@ -0,0 +1 @@
CF_DNS_API_TOKEN=your_cloudflare_dns_token_here

View file

@ -7,7 +7,7 @@ services:
- "80:80"
- "443:443"
environment:
- CF_DNS_API_TOKEN=cfut_t2nJ8mVi03MwcOgtWuW6fBblAAHGZO9CKLCorxh692dfbb33
- CF_DNS_API_TOKEN=${CF_DNS_API_TOKEN}
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./traefik.yml:/traefik.yml:ro