Skip to content

Commit 144d2e4

Browse files
michaelhodgesMichael Hcrypt0rr
authored
Fix missing volumes on audiobookshelf compose.yml (#252)
* compose.yml and .env added to paperless service. * Include paperless service README * Error paperless service README * Add PUID, GUID to environment. Align environment variables with template format * Remove volumes and incorporate the local storage principle as outlined in templates. * Restored comments. * Place TZ in .env * Add TZ variable to environment. * Revert "Restored comments." This reverts commit 216de08. * Restore Comments * Revert * Revert changes made to template files. * Set SERVICEPORT to 80 in .env configuration * Update to include paperless-ngx * Update README with Tailscale service configuration Added information about Tailscale integration for secure networking. * Add audiobooks, podcasts and metadata volumes. * Move TZ environment variable to .env file * Fix indentation. * Delete templates/service-template/.env * Create .env * Update compose.yaml --------- Co-authored-by: Michael H <michael@hplaptop.local> Co-authored-by: Bart <57799908+crypt0rr@users.noreply.github.com>
1 parent f95bc4f commit 144d2e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

services/audiobookshelf/compose.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ services:
5858
- TZ=Europe/Amsterdam
5959
volumes:
6060
- ./${SERVICE}-data/app/config:/config
61+
- ./${SERVICE}-data/app/audiobooks:/audiobooks
62+
- ./${SERVICE}-data/app/podcasts:/podcasts
63+
- ./${SERVICE}-data/app/metadata:/metadata
6164
depends_on:
6265
tailscale:
6366
condition: service_healthy

0 commit comments

Comments
 (0)