services: # Watchtower used for my own OCI images at https://git.nadeko.net/Fijxu/-/packages watchtower-trusted-fast: image: containrrr/watchtower container_name: watchtower-trusted-fast restart: unless-stopped volumes: [ "/var/run/docker.sock:/var/run/docker.sock" ] command: --interval 30 --scope trusted-fast watchtower-trusted: image: containrrr/watchtower container_name: watchtower-trusted restart: unless-stopped volumes: [ "/var/run/docker.sock:/var/run/docker.sock" ] command: --interval 900 --scope trusted