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: plaxt:
hostname: plaxt hostname: plaxt
image: xanderstrike/goplaxt image: xanderstrike/goplaxt
profiles: [plaxt] profiles: [ plaxt ]
user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?} user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?}
environment: environment:
TRAKT_ID_FILE: /run/secrets/trakt_id TRAKT_ID_FILE: /run/secrets/trakt_id
@@ -58,7 +58,7 @@ services:
audiobookshelf: audiobookshelf:
hostname: audiobookshelf hostname: audiobookshelf
image: advplyr/audiobookshelf image: advplyr/audiobookshelf
profiles: [ebooks] profiles: [ ebooks ]
environment: environment:
AUDIOBOOKSHELF_UID: ${NASCOMPOSE_UID?} AUDIOBOOKSHELF_UID: ${NASCOMPOSE_UID?}
AUDIOBOOKSHELF_GID: ${NASCOMPOSE_GID?} AUDIOBOOKSHELF_GID: ${NASCOMPOSE_GID?}
@@ -76,7 +76,7 @@ services:
jellyfin: jellyfin:
hostname: jellyfin hostname: jellyfin
image: jellyfin/jellyfin image: jellyfin/jellyfin
profiles: [jellyfin] profiles: [ jellyfin ]
user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?} user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?}
networks: networks:
- reverse-proxy - 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) # 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" ]
user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?} user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?}
networks: networks:
- torrents - torrents
# - indexer #- indexer
dns: dns:
- 1.1.1.1 - 1.1.1.1
- 1.0.0.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) # 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} hostname: unpackerr{TORRENT_SUFFIX:--main}
image: golift/unpackerr image: golift/unpackerr
profiles: ["torrents${TORRENT_SUFFIX?}-unpackerr"] profiles: [ "torrents${TORRENT_SUFFIX?}-unpackerr" ]
user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?} user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?}
networks: networks:
- torrents - torrents
@@ -96,5 +96,6 @@ networks:
reverse-proxy: reverse-proxy:
external: true external: true
# indexer: # indexer:
# external: true # external: true

View File

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