upload current sources

This commit is contained in:
2026-04-13 08:42:53 +00:00
parent ea57aa129d
commit d6b619fcfe
5 changed files with 359 additions and 159 deletions

View File

@@ -0,0 +1,13 @@
services:
cfddns:
image: 'favonia/cloudflare-ddns:latest'
environment:
- 'CLOUDFLARE_API_TOKEN=${CLOUDFLARE_API_TOKEN}'
- 'DOMAINS=${DOMAINS}'
- 'PROXIED=${PROXIED:-false}'
- 'UPDATE_CRON=${UPDATE_CRON:-@every 5m}'
- 'TZ=${TZ:-UTC}'
x-runtipi:
is_main: true
x-runtipi:
schema_version: 2