Update docker-compose.yml

add CF env
pull/21/head
LRVT 2024-01-13 20:14:28 +01:00 zatwierdzone przez GitHub
rodzic 5bea12c71b
commit 22d03fd440
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -15,7 +15,8 @@ services:
- proxy
environment:
- TZ=Europe/Berlin
- CF_DNS_API_TOKEN=MyCloudflareApiToken # change this
- CF_DNS_API_TOKEN=MyCloudflareApiToken # change this if you use Cloudflare
- CLOUDFLARE_EMAIL=example@googlemail.com # change this if you use Cloudflare
labels:
- traefik.enable=true
- traefik.http.routers.api.rule=Host(`traefik.example.com`) # Define the subdomain for the traefik dashboard.