Files
docker-infrastructure/dns-updateip/docker-compose.yaml
T
poprhythm 3417fdcfaa Exclude unupdatable containers from Watchtower
- dns-updateip: local image not on any registry
- immich redis/postgres: pinned by digest, no floating tag
2026-02-28 16:07:23 +00:00

17 lines
374 B
YAML

version: '2.8'
services:
dnsexit-updateip:
image: dnsexit-updateip:latest
container_name: dnsexit-updateip
restart: always
stdin_open: true
tty: true
labels:
- com.centurylinklabs.watchtower.enable=false
environment:
- APIKEY=${APIKEY}
- HOST=kolpacksoftware.com,rmstsa.org,popcyclical.com
- INTERVAL=1h