Adding dozzle

Cleaning up all compose files:
  consistent labels
  remove exposed ports
  move synapse to wildcard cert
  remove commented out lines
Switch qbit to libtorrentv1 tag
This commit is contained in:
2026-04-08 18:35:51 +00:00
parent 7732ed22a7
commit 686fff045b
15 changed files with 64 additions and 120 deletions

View File

@@ -3,10 +3,10 @@ services:
watchtower:
image: containrrr/watchtower
container_name: watchtower
#command: --run-once --scope watch
command: --cleanup=true --scope watch
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
labels: [ "com.centurylinklabs.watchtower.scope=watch" ]
labels:
- "com.centurylinklabs.watchtower.scope=watch"