Opengist Logo Docker Compose

Explore

  • All gists
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI Powered by Opengist ⋅ 32ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register

spaskifilip

Joined 2 years ago

All gists 1
Recently created Least recently created Recently updated Least recently updated

spaskifilip / Cloudflare DNS Updater

Last active 2 months ago

Hi all I created (built on an existing creation) a DNS updater for Cloudlfare https://hub.docker.com/r/spaskifilip/cloudflare-dns-updater more detailed instructions are there, but here is my compose file

0 0 1
1 #Docker compose for cloudflare-dns-updater
2 version: "3.6"
3 services:
4 cloudlfare-dns-updater:
5 image: "spaskifilip/cloudflare-dns-updater:latest"
6 container_name: "cloudlfare-dns-updater"
7 volumes:
8 - app-data:/app # optional unless using the domains.json file and DOMAINS_FILE_PATH variable
9 environment:
10 CF_API_TOKEN: "YOUR_API_TOKEN" # Recomended to create a token for the zones, not use the main token