File tree Expand file tree Collapse file tree 6 files changed +34
-8
lines changed Expand file tree Collapse file tree 6 files changed +34
-8
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ services:
15
15
environment :
16
16
- TS_SERVE_PORT=8888
17
17
image : ghcr.io/offbyone/sidecar:main
18
+ labels :
19
+ - " com.centurylinklabs.watchtower.enable=true"
18
20
atuin :
19
21
image : ghcr.io/atuinsh/atuin:18.0.0
20
22
network_mode : " service:sidecar"
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ services:
17
17
image : ghcr.io/offbyone/sidecar:main
18
18
labels :
19
19
- com.centurylinklabs.watchtower.scope=cobalt
20
+ - " com.centurylinklabs.watchtower.enable=true"
20
21
21
22
cobalt-api :
22
23
image : ghcr.io/wukko/cobalt:7
@@ -43,6 +44,7 @@ services:
43
44
# - cookiePath=/cookies.json
44
45
# see cookies_example.json for example file.
45
46
labels :
47
+ - com.centurylinklabs.watchtower.enable=true
46
48
- com.centurylinklabs.watchtower.scope=cobalt
47
49
48
50
# if you want to use cookies when fetching data from services, uncomment volumes and next line
@@ -73,14 +75,7 @@ services:
73
75
74
76
labels :
75
77
- com.centurylinklabs.watchtower.scope=cobalt
76
-
77
- # update the cobalt image automatically with watchtower
78
- watchtower :
79
- image : ghcr.io/containrrr/watchtower
80
- restart : unless-stopped
81
- command : --cleanup --scope cobalt --interval 900
82
- volumes :
83
- - /var/run/docker.sock:/var/run/docker.sock
78
+ - com.centurylinklabs.watchtower.enable=true
84
79
85
80
volumes :
86
81
tailscale-data :
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ services:
14
14
environment :
15
15
- TS_SERVE_PORT=9117
16
16
image : ghcr.io/offbyone/sidecar:main
17
+ labels :
18
+ - " com.centurylinklabs.watchtower.enable=true"
19
+
17
20
jackett :
18
21
image : lscr.io/linuxserver/jackett:latest
19
22
network_mode : " service:sidecar"
@@ -24,6 +27,8 @@ services:
24
27
environment :
25
28
- PGID=1000
26
29
- PUID=1000
30
+ labels :
31
+ - " com.centurylinklabs.watchtower.enable=true"
27
32
28
33
volumes :
29
34
tailscale-data :
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ services:
14
14
env_file : .proxy.env
15
15
environment :
16
16
- TS_SERVE_PORT=8310
17
+ labels :
18
+ - " com.centurylinklabs.watchtower.enable=true"
17
19
radarr :
18
20
image : lscr.io/linuxserver/radarr:latest
19
21
network_mode : " service:sidecar"
@@ -24,6 +26,8 @@ services:
24
26
environment :
25
27
- PGID=1000
26
28
- PUID=1000
29
+ labels :
30
+ - " com.centurylinklabs.watchtower.enable=true"
27
31
exporter :
28
32
image : ghcr.io/onedr0p/exportarr:latest
29
33
command : radarr
@@ -34,6 +38,8 @@ services:
34
38
- URL=http://localhost:8310
35
39
# APIKEY must be set in here
36
40
env_file : .exportarr.env
41
+ labels :
42
+ - " com.centurylinklabs.watchtower.enable=true"
37
43
38
44
volumes :
39
45
tailscale-data :
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ services:
14
14
environment :
15
15
- TS_SERVE_PORT=8080
16
16
image : ghcr.io/offbyone/sidecar:main
17
+ labels :
18
+ - " com.centurylinklabs.watchtower.enable=true"
17
19
18
20
sickchill :
19
21
build :
@@ -25,6 +27,8 @@ services:
25
27
- sickchill-data:/var/lib/sickchill
26
28
network_mode : " service:sidecar"
27
29
restart : unless-stopped
30
+ labels :
31
+ - " com.centurylinklabs.watchtower.enable=true"
28
32
29
33
volumes :
30
34
tailscale-data :
Original file line number Diff line number Diff line change
1
+ version : ' 3.5'
2
+
3
+ services :
4
+ watchtower :
5
+ image : containrrr/watchtower
6
+ volumes :
7
+ - /var/run/docker.sock:/var/run/docker.sock
8
+ - ./.links/watchtower-config.json:/config.json
9
+ command : --interval 30
10
+ env_file : .env
11
+ environment :
12
+ WATCHTOWER_LABEL_ENABLE : true
13
+ labels :
14
+ - " com.centurylinklabs.watchtower.enable=true"
You can’t perform that action at this time.
0 commit comments