Comment on the -main auto-suffix
This commit is contained in:
@@ -2,6 +2,7 @@ name: torrents${TORRENT_SUFFIX?TORRENT_SUFFIX variable required}
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
qbittorrent:
|
qbittorrent:
|
||||||
|
# Set hostname to "SERVICE-main" if not suffix is provided. This avoids collisions with other instances using the service name as hostname (default on compose)
|
||||||
hostname: qbittorrent${TORRENT_SUFFIX:--main}
|
hostname: qbittorrent${TORRENT_SUFFIX:--main}
|
||||||
image: hotio/qbittorrent
|
image: hotio/qbittorrent
|
||||||
environment:
|
environment:
|
||||||
@@ -42,6 +43,7 @@ services:
|
|||||||
- traefik.http.routers.qbittorrent${TORRENT_SUFFIX?}-api.middlewares=authelia-basic@file
|
- traefik.http.routers.qbittorrent${TORRENT_SUFFIX?}-api.middlewares=authelia-basic@file
|
||||||
|
|
||||||
cross-seed:
|
cross-seed:
|
||||||
|
# Set hostname to "SERVICE-main" if not suffix is provided. This avoids collisions with other instances using the service name as hostname (default on compose)
|
||||||
hostname: cross-seed${TORRENT_SUFFIX:--main}
|
hostname: cross-seed${TORRENT_SUFFIX:--main}
|
||||||
image: crossseed/cross-seed
|
image: crossseed/cross-seed
|
||||||
profiles: [torrents${TORRENT_SUFFIX?}-xseed]
|
profiles: [torrents${TORRENT_SUFFIX?}-xseed]
|
||||||
@@ -60,6 +62,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
qbitmanage:
|
qbitmanage:
|
||||||
|
# Set hostname to "SERVICE-main" if not suffix is provided. This avoids collisions with other instances using the service name as hostname (default on compose)
|
||||||
hostname: qbitmanage${TORRENT_SUFFIX:--main}
|
hostname: qbitmanage${TORRENT_SUFFIX:--main}
|
||||||
image: hotio/qbitmanage
|
image: hotio/qbitmanage
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user