Fix yml style
This commit is contained in:
@@ -38,7 +38,7 @@ services:
|
||||
plaxt:
|
||||
hostname: plaxt
|
||||
image: xanderstrike/goplaxt
|
||||
profiles: [plaxt]
|
||||
profiles: [ plaxt ]
|
||||
user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?}
|
||||
environment:
|
||||
TRAKT_ID_FILE: /run/secrets/trakt_id
|
||||
@@ -58,7 +58,7 @@ services:
|
||||
audiobookshelf:
|
||||
hostname: audiobookshelf
|
||||
image: advplyr/audiobookshelf
|
||||
profiles: [ebooks]
|
||||
profiles: [ ebooks ]
|
||||
environment:
|
||||
AUDIOBOOKSHELF_UID: ${NASCOMPOSE_UID?}
|
||||
AUDIOBOOKSHELF_GID: ${NASCOMPOSE_GID?}
|
||||
@@ -76,7 +76,7 @@ services:
|
||||
jellyfin:
|
||||
hostname: jellyfin
|
||||
image: jellyfin/jellyfin
|
||||
profiles: [jellyfin]
|
||||
profiles: [ jellyfin ]
|
||||
user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?}
|
||||
networks:
|
||||
- reverse-proxy
|
||||
|
||||
@@ -46,11 +46,11 @@ services:
|
||||
# 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}
|
||||
image: crossseed/cross-seed
|
||||
profiles: ["torrents${TORRENT_SUFFIX?}-xseed"]
|
||||
profiles: [ "torrents${TORRENT_SUFFIX?}-xseed" ]
|
||||
user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?}
|
||||
networks:
|
||||
- torrents
|
||||
# - indexer
|
||||
#- indexer
|
||||
dns:
|
||||
- 1.1.1.1
|
||||
- 1.0.0.1
|
||||
@@ -81,7 +81,7 @@ services:
|
||||
# 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: unpackerr{TORRENT_SUFFIX:--main}
|
||||
image: golift/unpackerr
|
||||
profiles: ["torrents${TORRENT_SUFFIX?}-unpackerr"]
|
||||
profiles: [ "torrents${TORRENT_SUFFIX?}-unpackerr" ]
|
||||
user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?}
|
||||
networks:
|
||||
- torrents
|
||||
@@ -96,5 +96,6 @@ networks:
|
||||
|
||||
reverse-proxy:
|
||||
external: true
|
||||
|
||||
# indexer:
|
||||
# external: true
|
||||
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
sabnzbd:
|
||||
hostname: sabnzbd
|
||||
image: lscr.io/linuxserver/sabnzbd
|
||||
profiles: [usenet]
|
||||
profiles: [ usenet ]
|
||||
environment:
|
||||
PUID: ${NASCOMPOSE_UID?}
|
||||
PGID: ${NASCOMPOSE_GID?}
|
||||
|
||||
Reference in New Issue
Block a user