The docker stack is running on magicmirroros (https://gitlab.com/khassel/magicmirroros). Installed in May’24 from the provided image.
Saw the new release was recently out. Not sure if failed before or after that.
Noted it had failed 1pm US central time.
Updated the OS and containers about 2pm US central time.
Looking https://gitlab.com/khassel/magicmirror/-/pipelines - I think the containers might have been updated since the new release.
scottwalsh@calendar:/opt/mm/run/includes $
scottwalsh@calendar:/opt/mm/run/includes $ cat watchtower.yaml
services:
watchtower:
privileged: true
image: ${WATCHTOWER_IMAGE}
container_name: watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
# --interval 300 --> poll interval in seconds
# --cleanup --> for auto image pruning
command: --interval ${MM_WATCHTOWER_INTERVAL} ${MM_WATCHTOWER_CLEANUP}
restart: always
scottwalsh@calendar:/opt/mm/run/includes $