From dc707dc15b9a39cc0ddbaffb5e6217dc37bed5fc Mon Sep 17 00:00:00 2001 From: Tobias Nauen <53979841+tobna@users.noreply.github.com> Date: Sat, 26 Apr 2025 09:32:23 +0200 Subject: [PATCH] Create audiobookshelf.yaml --- audiobookshelf.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 audiobookshelf.yaml diff --git a/audiobookshelf.yaml b/audiobookshelf.yaml new file mode 100644 index 0000000..6b744f7 --- /dev/null +++ b/audiobookshelf.yaml @@ -0,0 +1,18 @@ +version: "3.7" + +networks: + frontend: + # add this if the network is already existing! + external: true + +services: + audiobookshelf: + image: ghcr.io/advplyr/audiobookshelf:latest + volumes: + - /hdd/media/audiobooks:/audiobooks + - /hdd/media/podcasts:/podcasts + - /hdd/audobookshelf/config:/config + - /hdd/audobookshelf/metadata:/metadata + restart: 'unless-stopped' + networks: + - frontend