feat: add ddns-updater stack

This commit is contained in:
2026-03-28 13:49:33 +00:00
parent 1b2c7f23ce
commit ac430d5b87
+19
View File
@@ -0,0 +1,19 @@
services:
ddns-updater:
image: ghcr.io/qdm12/ddns-updater:latest
container_name: ddns-updater
restart: unless-stopped
networks:
- frontend_net
environment:
TZ: Europe/Berlin
PERIOD: 5m
SERVER_ENABLED: "yes"
LISTENING_ADDRESS: ":8000"
LOG_LEVEL: info
volumes:
- /mnt/user/appdata/ddns-updater:/updater/data
networks:
frontend_net:
external: true