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:
@@ -3,8 +3,6 @@ services:
|
||||
image: ghcr.io/cross-seed/cross-seed:6
|
||||
container_name: cross-seed
|
||||
user: 1029:1000 # this must match your torrent client (cross-seed does not support using PGID and PUID)
|
||||
ports:
|
||||
- "2468:2468"
|
||||
volumes:
|
||||
- /home/fejy/docker/cross-seed:/config
|
||||
- /mnt/LUXURIA/Share:/Share
|
||||
@@ -22,8 +20,6 @@ services:
|
||||
image: ghcr.io/cross-seed/cross-seed:6
|
||||
container_name: cross-seed2
|
||||
user: 1029:1000 # this must match your torrent client (cross-seed does not support using PGID and PUID)
|
||||
ports:
|
||||
- "2469:2468"
|
||||
volumes:
|
||||
- /home/fejy/docker/cross-seed2:/config
|
||||
- /mnt/LUXURIA/Share:/Share
|
||||
@@ -41,8 +37,6 @@ services:
|
||||
image: ghcr.io/cross-seed/cross-seed:6
|
||||
container_name: cross-seed3
|
||||
user: 1029:1000 # this must match your torrent client (cross-seed does not support using PGID and PUID)
|
||||
ports:
|
||||
- "2470:2468"
|
||||
volumes:
|
||||
- /home/fejy/docker/cross-seed3:/config
|
||||
- /mnt/AVARITIA/Share:/Avaritia/Share/
|
||||
@@ -60,8 +54,6 @@ services:
|
||||
image: ghcr.io/cross-seed/cross-seed:6
|
||||
container_name: cross-seed-priv
|
||||
user: 1029:1000 # this must match your torrent client (cross-seed does not support using PGID and PUID)
|
||||
ports:
|
||||
- "2471:2468"
|
||||
volumes:
|
||||
- /home/fejy/docker/cross-seed-priv:/config
|
||||
- /mnt/LUXURIA/Private:/mnt/LUXURIA/Private
|
||||
|
||||
Reference in New Issue
Block a user