Add more Docker Compose files

This commit is contained in:
tiff 2024-06-20 02:11:53 -04:00
parent 39b2c604dd
commit 373fc5ac69
2 changed files with 85 additions and 0 deletions

View file

@ -0,0 +1,14 @@
---
services:
audiobookshelf:
image: ghcr.io/advplyr/audiobookshelf:latest
ports:
- 13378:80
volumes:
- /audiobooks:/audiobooks
- /podcasts:/podcasts
- /config:/config
- /metadata>:/metadata
environment:
- TZ=America/New_York