Skip to content

Instantly share code, notes, and snippets.

@jby
Created February 18, 2020 22:14
Show Gist options
  • Save jby/377490df682a21d1dd1cb4ca17d5bcaa to your computer and use it in GitHub Desktop.
Save jby/377490df682a21d1dd1cb4ca17d5bcaa to your computer and use it in GitHub Desktop.
version: "3"
services:
watchtower:
command:
- 'radarr sonarr jackett'
container_name: watchtower
entrypoint:
- /watchtower
environment:
- PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
hostname: 941db560bd77
image: v2tec/watchtower
ipc: shareable
labels:
com.centurylinklabs.watchtower: true
logging:
driver: db
options: {}
mac_address: 02:42:ac:11:00:05
networks:
bridge:
aliases:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
networks:
bridge:
external: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment