summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Eschweiler <austin.eschweiler@gmail.com>2023-02-23 15:16:52 +0000
committerAustin Eschweiler <austin.eschweiler@gmail.com>2023-02-23 15:16:52 +0000
commit38b775b9736afd50c52646ad703cd745273280c6 (patch)
tree6c422dc1bc196335a5f002a84d51dfd53a65fa4d
parent9b3723f5d8c7e5fd93d831e089e96ca47d47c397 (diff)
Add missing -arr project URLs to comments
Add Watchtower cleanup environment
-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 1a42571..1d65e51 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