Add Audiobookshelf-App

This commit is contained in:
2024-04-21 17:26:57 +02:00
parent 559a8d336e
commit a9e71c5f6b
5 changed files with 119 additions and 0 deletions

View File

@ -0,0 +1,18 @@
#### NETWORKS
networks:
back_network:
driver: bridge
attachable: true
#### SERVICES
services:
audiobookshelf:
container_name: audiobookshelf-app
hostname: audiobookshelf-app
image: ghcr.io/advplyr/audiobookshelf:latest
ports:
- 80:80
networks:
- back_network
volumes:
- ./audiobooks:/audiobooks