Skip to content

Commit 2f03a3c

Browse files
committed
... never mind. WUD doesn't work for me
1 parent 13ad543 commit 2f03a3c

File tree

1 file changed

+7
-31
lines changed

1 file changed

+7
-31
lines changed

watchtower/docker-compose.yml

Lines changed: 7 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,14 @@
11
version: "3.5"
22

33
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
186
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
2511
environment:
26-
- TS_SERVE_PORT=3000
27-
image: ghcr.io/offbyone/sidecar:main
12+
- "WATCHTOWER_LABEL_ENABLE=true"
2813
labels:
2914
- "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:

0 commit comments

Comments
 (0)