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

@@ -8,8 +8,6 @@ services:
- TZ=Etc/UTC
volumes:
- /home/fejy/docker/prowlarr/data:/config
ports:
- 9696:9696
restart: unless-stopped
networks:
- proxy
@@ -30,8 +28,6 @@ services:
- /home/fejy/docker/radarr:/config
- /mnt/LUXURIA/Share:/Share
- /mnt/AVARITIA/Share:/Avaritia/Share
ports:
- 7878:7878
restart: unless-stopped
networks:
- proxy
@@ -52,8 +48,6 @@ services:
- /home/fejy/docker/sonarr:/config
- /mnt/LUXURIA/Share:/Share
- /mnt/AVARITIA/Share:/Avaritia/Share
ports:
- 8989:8989
restart: unless-stopped
networks:
- proxy
@@ -74,8 +68,6 @@ services:
- /home/fejy/docker/lidarr:/config
- /mnt/LUXURIA/Share:/Share
- /mnt/AVARITIA/Share:/Avaritia/Share
ports:
- 8686:8686
restart: unless-stopped
networks:
- proxy
@@ -92,8 +84,6 @@ services:
- TZ=Etc/UTC
volumes:
- /home/fejy/docker/overseerr:/app/config
ports:
- 5055:5055
restart: unless-stopped
networks:
- proxy
@@ -109,4 +99,3 @@ services:
networks:
proxy:
external: true