Some checks failed
Test / test (push) Has been cancelled
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
19 lines
459 B
JSON
19 lines
459 B
JSON
{
|
|
"schemaVersion": 2,
|
|
"$schema": "https://schemas.runtipi.io/dynamic-compose.json",
|
|
"services": [
|
|
{
|
|
"name": "cfddns",
|
|
"image": "favonia/cloudflare-ddns:1.17.0",
|
|
"isMain": true,
|
|
"environment": {
|
|
"CLOUDFLARE_API_TOKEN": "${CLOUDFLARE_API_TOKEN}",
|
|
"DOMAINS": "${DOMAINS}",
|
|
"PROXIED": "${PROXIED:-false}",
|
|
"UPDATE_CRON": "${UPDATE_CRON:-@every 5m}",
|
|
"TZ": "${TZ:-UTC}"
|
|
}
|
|
}
|
|
]
|
|
}
|