Remove unused profiles, add xseed profile

This commit is contained in:
Colin Hebert
2023-05-06 10:36:18 +10:00
parent 6d937bb680
commit 1dd9409a82
4 changed files with 2 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
COMPOSE_PROFILES=ebooks,plaxt,ombi
COMPOSE_PROFILES=ebooks,plaxt,usenet,torrents-xseed
NASCOMPOSE_UID=1000
NASCOMPOSE_GID=1000

View File

@@ -4,7 +4,6 @@ services:
readarr-audiobook:
hostname: readarr-audiobook
image: lscr.io/linuxserver/readarr:develop # TODO: Move to a stable version
profiles: [ebooks]
environment:
PUID: ${NASCOMPOSE_UID?}
PGID: ${NASCOMPOSE_GID?}
@@ -23,7 +22,6 @@ services:
readarr-ebook:
hostname: readarr-ebook
image: lscr.io/linuxserver/readarr:develop # TODO: Move to a stable version
profiles: [ebooks]
environment:
PUID: ${NASCOMPOSE_UID?}
PGID: ${NASCOMPOSE_GID?}

View File

@@ -4,7 +4,6 @@ services:
mylar:
hostname: mylar
image: lscr.io/linuxserver/mylar3
profiles: [ebooks]
environment:
PUID: ${NASCOMPOSE_UID?}
PGID: ${NASCOMPOSE_GID?}

View File

@@ -43,6 +43,7 @@ services:
cross-seed:
hostname: cross-seed${TORRENT_SUFFIX:--main}
image: crossseed/cross-seed
profiles: [torrents${TORRENT_SUFFIX?}-xseed]
user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?}
networks:
- torrents