switch watchtower for wud
All checks were successful
Update Compose File / build (push) Successful in 40s

This commit is contained in:
2025-12-19 13:45:44 -08:00
parent d870bec7f0
commit e1ce0d3834

View File

@@ -311,16 +311,18 @@ services:
- ${DATA}/vaultwarden:/data - ${DATA}/vaultwarden:/data
restart: unless-stopped restart: unless-stopped
watchtower: whatsupdocker:
container_name: watchtower image: ghcr.io/getwud/wud
image: containrrr/watchtower:latest container_name: wud
environment:
WATCHTOWER_CLEANUP: true
WATCHTOWER_POLL_INTERVAL: 30
WATCHTOWER_DISABLE_CONTAINERS: "cloudflared pihole vaultwarden"
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
restart: always restart: always
labels: # traefik
- "traefik.enable=true"
- "traefik.http.routers.wud.rule=Host(`wud.${DOMAIN}`)"
- "traefik.http.routers.wud.entrypoints=https"
- "traefik.http.routers.wud.tls=true"
- "traefik.http.services.wud.loadbalancer.server.port=3000"
# Personal Websites # Personal Websites
craisin-cove: craisin-cove: