docs: README, changelog, contributing, security, deployment, operations, CI
Some checks are pending
build / build (push) Waiting to run

This commit is contained in:
root 2026-05-24 18:21:04 +01:00
commit 473855e59a
12 changed files with 551 additions and 0 deletions

21
docker-compose.yml Normal file
View file

@ -0,0 +1,21 @@
version: "3.8"
services:
dns-traefik-sync:
image: git.ankh-morpork.discworld.network/laurence/dns-traefik-sync:latest
environment:
TRAEFIK_API: "http://192.168.88.2:8080"
DNS_SERVER: "192.168.88.1"
DNS_ZONE: "ankh-morpork.discworld.network"
TARGET_IP: "192.168.88.2"
TTL: "300"
POLL_INTERVAL: "60"
KEYTAB: "/run/secrets/dns-updater-keytab"
KRB_PRINCIPAL: "dns-updater@DISCWORLD.NETWORK"
secrets:
- dns-updater-keytab
restart: unless-stopped
secrets:
dns-updater-keytab:
external: true