diff --git a/audiobookshelf/.env.gpg b/audiobookshelf/.env.gpg new file mode 100644 index 0000000..f79d96f Binary files /dev/null and b/audiobookshelf/.env.gpg differ diff --git a/audiobookshelf/docker-compose.yml b/audiobookshelf/docker-compose.yml new file mode 100644 index 0000000..e855d02 --- /dev/null +++ b/audiobookshelf/docker-compose.yml @@ -0,0 +1,21 @@ +version: "3.7" +services: + audiobookshelf: + image: ghcr.io/advplyr/audiobookshelf:latest + expose: + - 13378 + volumes: + - audiobooks:/audiobooks + - podcasts:/podcasts + - config:/config + - metadata:/metadata + environment: + VIRTUAL_HOST: audio.dmeiburg.de + LETSENCRYPT_HOST: audio.dmeiburg.de + LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL} + +volumes: + audiobooks: + podcasts: + config: + metadata: diff --git a/audiobookshelf/enabled b/audiobookshelf/enabled new file mode 100644 index 0000000..e69de29