mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-04 21:45:27 +02:00
* feat: added Cloudflare DDNS template * fix: make CLOUDFLARE_API_TOKEN and DOMAINS mandatory env
17 lines
443 B
YAML
17 lines
443 B
YAML
# For more details, see:
|
|
# - https://github.com/favonia/cloudflare-ddns
|
|
services:
|
|
cloudflare-ddns:
|
|
image: favonia/cloudflare-ddns:1
|
|
network_mode: host
|
|
restart: unless-stopped
|
|
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=false
|
|
- IP6_PROVIDER=none
|