File tree Expand file tree Collapse file tree 1 file changed +7
-31
lines changed Expand file tree Collapse file tree 1 file changed +7
-31
lines changed Original file line number Diff line number Diff line change 1
1
version : " 3.5"
2
2
3
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"
15
- sidecar :
16
- hostname : whatsupdocker
17
- restart : always
4
+ watchtower :
5
+ image : containrrr/watchtower
18
6
volumes :
19
- - tailscale-data:/var/lib/tailscale
20
- devices :
21
- - /dev/net/tun
22
- cap_add : # Required for tailscale to work
23
- - net_admin
24
- - sys_module
7
+ - /var/run/docker.sock:/var/run/docker.sock
8
+ - ./.links/watchtower-config.json:/config.json
9
+ command : --interval 30
10
+ env_file : .env
25
11
environment :
26
- - TS_SERVE_PORT=3000
27
- image : ghcr.io/offbyone/sidecar:main
12
+ - " WATCHTOWER_LABEL_ENABLE=true"
28
13
labels :
29
14
- " com.centurylinklabs.watchtower.enable=true"
30
- whatsupdocker :
31
- image : fmartinou/whats-up-docker
32
- container_name : wud
33
- volumes :
34
- - /var/run/docker.sock:/var/run/docker.sock
35
- network_mode : " service:sidecar"
36
-
37
- volumes :
38
- tailscale-data :
You can’t perform that action at this time.
0 commit comments