coolify/templates/compose/cloudflare-ddns.yaml

20 lines
583 B
YAML
Raw Normal View History

2026-01-30 14:56:17 +00:00
# documentation: https://github.com/favonia/cloudflare-ddns
# slogan: A small, feature-rich, and robust Cloudflare DDNS updater.
# category: automation
# tags: cloud, ddns
# logo: svgs/cloudflare-ddns.svg
services:
cloudflare-ddns:
2026-05-18 05:42:31 +00:00
image: favonia/cloudflare-ddns:1.16.2
2026-01-30 14:56:17 +00:00
network_mode: host
user: "1000:1000"
read_only: true
cap_drop: [all]
security_opt: [no-new-privileges:true]
environment:
- CLOUDFLARE_API_TOKEN=${CLOUDFLARE_API_TOKEN:?}
- DOMAINS=${DOMAINS:?}
- PROXIED=${PROXIED:-false}
- IP6_PROVIDER=${IP6_PROVIDER:-none}