Giter Site home page Giter Site logo

pjortiz / docker-cloudflare-ddns Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 28 KB

Custom Docker Compose configuration for cloudflare-ddns

License: MIT License

Dockerfile 2.76% Python 64.65% Shell 32.59%
cloudflare cloudflare-ddns ddns ddns-updater docker docker-compose dockerfile dynamic-dns python

docker-cloudflare-ddns's Introduction

docker-cloudflare-ddns

Custom Docker Compose configuration for timothymiller/cloudflare-ddns

Base Image timothymiller/cloudflare-ddns

🔗 GitHub

🐳DockerHub

Sample docker-compose.yml

version: '3.9'
services:
  cloudflare-ddns:
    image: pjortiz/cloudflare-ddns:latest
    container_name: cloudflare-ddns
    security_opt:
      - no-new-privileges:true
    network_mode: 'host'
    restart: unless-stopped
    environment:
      - PUID=1000
      - PGID=1000
      - CLOUDFLARE_CONFIG_IPV4_ENABLED=true
      - CLOUDFLARE_CONFIG_IPV6_ENABLED=false
      - CLOUDFLARE_CONFIG_PURGEUNKNOWNRECORD=false
      - CLOUDFLARE_CONFIG_TTL=301
      - CLOUDFLARE_CONFIG_ZONE_0_ZONEID=9011e7123456789012345678925124e
      - CLOUDFLARE_CONFIG_ZONE_0_AUTHENTICATION_APITOKEN=1234567890abcdef1234567890
      - CLOUDFLARE_CONFIG_ZONE_0_AUTHENTICATION_APIKEY=0987654321abcdef0987654321
      - CLOUDFLARE_CONFIG_ZONE_0_AUTHENTICATION_ACCOUNTEMAIL=user@example_com
      - CLOUDFLARE_CONFIG_ZONE_0_SUBDOMAIN_0_NAME=
      - CLOUDFLARE_CONFIG_ZONE_0_SUBDOMAIN_0_PROXIED=true
      - CLOUDFLARE_CONFIG_ZONE_0_SUBDOMAIN_1_NAME=foo
      - CLOUDFLARE_CONFIG_ZONE_0_SUBDOMAIN_1_PROXIED=true
      - CLOUDFLARE_CONFIG_ZONE_0_SUBDOMAIN_2_NAME=bar
      - CLOUDFLARE_CONFIG_ZONE_0_SUBDOMAIN_2_PROXIED=true
      - CLOUDFLARE_CONFIG_ZONE_1_ZONEID=9011e7123456789012345678925124e22222
      - CLOUDFLARE_CONFIG_ZONE_1_AUTHENTICATION_APITOKEN=1234567890abcdef1234567890
      - CLOUDFLARE_CONFIG_ZONE_1_AUTHENTICATION_APIKEY=0987654321abcdef0987654321
      - CLOUDFLARE_CONFIG_ZONE_1_AUTHENTICATION_ACCOUNTEMAIL=user2@example_com
      - CLOUDFLARE_CONFIG_ZONE_1_SUBDOMAIN_0_NAME=
      - CLOUDFLARE_CONFIG_ZONE_1_SUBDOMAIN_0_PROXIED=false
      - CLOUDFLARE_CONFIG_ZONE_1_SUBDOMAIN_1_NAME=foo2
      - CLOUDFLARE_CONFIG_ZONE_1_SUBDOMAIN_1_PROXIED=false
      - CLOUDFLARE_CONFIG_ZONE_1_SUBDOMAIN_2_NAME=bar2
      - CLOUDFLARE_CONFIG_ZONE_1_SUBDOMAIN_2_PROXIED=false
      - CLOUDFLARE_CONFIG_BALANCER_0_AUTHENTICATION_APITOKEN=1234567890abcdef1234567890
      - CLOUDFLARE_CONFIG_BALANCER_0_AUTHENTICATION_APIKEY=0987654321abcdef0987654321
      - CLOUDFLARE_CONFIG_BALANCER_0_AUTHENTICATION_ACCOUNTEMAIL=user2@example_com
      - CLOUDFLARE_CONFIG_BALANCER_0_POOLID=your_pool_id_here
      - CLOUDFLARE_CONFIG_BALANCER_0_ORIGIN=your_origin_name_here 

docker-cloudflare-ddns's People

Contributors

pjortiz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.