summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-03-03 08:59:05 -0300
committerRoger Gonzalez <roger@rogs.me>2023-03-03 08:59:05 -0300
commit8954940e3cd258dc9b5092af158c77f2ff998019 (patch)
tree88411a4ff7be3850a014ee1ed9ddb15368fea7ad
parent8f9fcac42141eb2c4c743f7980739af8732e1843 (diff)
parent87670bd65c672d17ccf98ca7187cb9e00d1c423f (diff)
Merge branch 'master' of gitlab.com:rogs/yams
-rw-r--r--docker-compose.example.yaml9
1 files changed, 7 insertions, 2 deletions
diff --git a/docker-compose.example.yaml b/docker-compose.example.yaml
index 8edf3cd..81d0daf 100644
--- a/docker-compose.example.yaml
+++ b/docker-compose.example.yaml
@@ -35,6 +35,7 @@ services:
#network_mode: "service:gluetun"
# Sonarr is used to query, add downloads to the download queue and index TV shows
+ # https://sonarr.tv/
sonarr:
image: lscr.io/linuxserver/sonarr
container_name: sonarr
@@ -50,6 +51,7 @@ services:
restart: unless-stopped
# Radarr is used to query, add downloads to the download queue and index Movies
+ # https://radarr.video/
radarr:
image: lscr.io/linuxserver/radarr
container_name: radarr
@@ -97,6 +99,7 @@ services:
restart: unless-stopped
# Bazarr is used to download and categorize subtitles
+ # https://www.bazarr.media/
bazarr:
image: lscr.io/linuxserver/bazarr
container_name: bazarr
@@ -111,8 +114,8 @@ services:
- 6767:6767
restart: unless-stopped
- # Prowlarr is our torrent indexer/searcher. Sonarr/Radarr use Prowlarr as a
- # source
+ # Prowlarr is our torrent indexer/searcher. Sonarr/Radarr use Prowlarr as a source
+ # https://prowlarr.com/
prowlarr:
image: lscr.io/linuxserver/prowlarr
container_name: prowlarr
@@ -164,6 +167,8 @@ services:
watchtower:
image: containrrr/watchtower
container_name: watchtower
+ environment:
+ - WATCHTOWER_CLEANUP=true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped