add audiobookshelf

master
meftimes 2025-11-09 13:37:57 -05:00
parent 172ebb742d
commit f01a1a8ab4
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
services:
audiobookshelf:
image: ghcr.io/advplyr/audiobookshelf:latest
container_name: audiobookshelf
restart: unless-stopped
# ports:
# - 13378:80
volumes:
- /media/downloads/books/audiobookshelf:/audiobooks
- ./config:/config
- ./metadata:/metadata
environment:
- TZ=America/New_York
labels:
- "traefik.enable=true"
- "traefik.http.routers.audiobookshelf.entrypoints=websecure"
- "traefik.http.routers.audiobookshelf.rule=Host(`audiobookshelf.meftimes.com`)"
# - "traefik.http.services.audiobookshelf.loadbalancer.server.port=80"
networks:
- proxy
networks:
proxy:
external: true