Skip to content
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
745624b
compose.yml and .env added to paperless service.
Apr 5, 2026
ed87cd3
Include paperless service README
Apr 5, 2026
8ae55d8
Error paperless service README
Apr 5, 2026
822a8df
Add PUID, GUID to environment. Align environment variables with templ…
Apr 6, 2026
24300ec
Merge branch 'main' into main
michaelhodges Apr 6, 2026
24686d6
Remove volumes and incorporate the local storage principle as outline…
Apr 6, 2026
216de08
Restored comments.
Apr 6, 2026
3659a92
Merge branch 'main' into main
michaelhodges Apr 6, 2026
534c6dc
Place TZ in .env
Apr 6, 2026
242a5e2
Add TZ variable to environment.
Apr 6, 2026
ad8683b
Merge remote-tracking branch 'refs/remotes/origin/main'
Apr 6, 2026
e853e86
Revert "Restored comments."
Apr 6, 2026
5fb8e45
Restore Comments
Apr 6, 2026
d424bca
Revert
michaelhodges Apr 7, 2026
740dc96
Merge branch 'HEAD' of git@github.com:michaelhodges/ScaleTail.git
michaelhodges Apr 7, 2026
14d6ab4
Revert changes made to template files.
michaelhodges Apr 7, 2026
3338b80
Set SERVICEPORT to 80 in .env configuration
crypt0rr Apr 7, 2026
082675a
Update to include paperless-ngx
michaelhodges Apr 7, 2026
dd4b2ed
Merge remote-tracking branch 'refs/remotes/origin/main'
michaelhodges Apr 7, 2026
e4dd62b
Merge branch 'main' into main
michaelhodges Apr 7, 2026
6ecf741
Update README with Tailscale service configuration
crypt0rr Apr 8, 2026
18f1816
Add audiobooks, podcasts and metadata volumes.
michaelhodges Apr 8, 2026
d6d5822
Move TZ environment variable to .env file
michaelhodges Apr 8, 2026
1d2f1ea
Merge branch 'tailscale-dev:main' into main
michaelhodges Apr 8, 2026
0380348
Fix indentation.
michaelhodges Apr 8, 2026
387ed23
Merge pull request #1 from michaelhodges/template_update
michaelhodges Apr 8, 2026
d15e260
Delete templates/service-template/.env
michaelhodges Apr 9, 2026
5b79393
Create .env
michaelhodges Apr 9, 2026
40e1b28
Update compose.yaml
michaelhodges Apr 9, 2026
4e3323a
Merge branch 'main' into main
crypt0rr Apr 9, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions services/audiobookshelf/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ services:
- TZ=Europe/Amsterdam
volumes:
- ./${SERVICE}-data/app/config:/config
- ./${SERVICE}-data/app/audiobooks:/audiobooks
- ./${SERVICE}-data/app/podcasts:/podcasts
- ./${SERVICE}-data/app/metadata:/metadata
depends_on:
tailscale:
condition: service_healthy
Expand Down