added ntfy

This commit is contained in:
2026-08-09 21:46:23 +02:00
parent 546ed488ba
commit 61e75c3851
3 changed files with 44 additions and 0 deletions
+9
View File
@@ -121,4 +121,13 @@ services:
- SUBDOMAIN=etf-oglasi
- PROXIED=false
restart: always
ddns-ntfy:
image: oznu/cloudflare-ddns:latest
container_name: ddns-ntfy
environment:
- API_KEY=${API_KEY}
- ZONE=${DOMAIN}
- SUBDOMAIN=ntfy
- PROXIED=false
restart: always