Ajout de auto-m4b
This commit is contained in:
parent
30aa8f5e58
commit
dce86c577f
4
serenity/auto-m4b/README.md
Normal file
4
serenity/auto-m4b/README.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# auto-m4b
|
||||||
|
[Github](https://github.com/seanap/auto-m4b)
|
||||||
|
|
||||||
|
Permet de concaténer des mp3 en 1 seul m4b
|
||||||
14
serenity/auto-m4b/docker-compose.yml
Normal file
14
serenity/auto-m4b/docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
version: '3.7'
|
||||||
|
services:
|
||||||
|
auto-m4b:
|
||||||
|
image: seanap/auto-m4b
|
||||||
|
container_name: auto-m4b
|
||||||
|
volumes:
|
||||||
|
- /opt/appdata/auto-m4b/config:/config
|
||||||
|
- /storage/medias/audiobooks_workdir:/temp
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- CPU_CORES=2
|
||||||
|
- SLEEPTIME=1m
|
||||||
|
- MAKE_BACKUP=Y
|
||||||
Loading…
Reference in New Issue
Block a user