Fix yml style

This commit is contained in:
Colin Hebert
2023-12-30 15:55:05 +01:00
parent 66a2acb3a6
commit e600709ca3
3 changed files with 8 additions and 7 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -10,7 +10,7 @@ services:
sabnzbd:
hostname: sabnzbd
image: lscr.io/linuxserver/sabnzbd
profiles: [usenet]
profiles: [ usenet ]
environment:
PUID: ${NASCOMPOSE_UID?}
PGID: ${NASCOMPOSE_GID?}