mirror of
https://git.turbo-data.com/nprasad2077/docker-templates.git
synced 2026-09-22 16:15:53 +00:00
15 lines
390 B
Bash
15 lines
390 B
Bash
# Copy to .env and fill in before `docker compose up -d`
|
|
# Cloudflare API token with Zone:DNS:Edit + Zone:Zone:Read (favonia/cloudflare-ddns)
|
|
CLOUDFLARE_API_TOKEN=
|
|
# Comma-separated list, e.g. example.com,sub.example.com
|
|
DOMAINS=
|
|
PROXIED=true
|
|
UPDATE_CRON=*/5 * * * *
|
|
|
|
# cloudflared-web UI (wisdomsky/cloudflared-web)
|
|
WEBUI_PORT=14333
|
|
BASIC_AUTH_USER=admin
|
|
BASIC_AUTH_PASS=change-me
|
|
|
|
TZ=UTC
|