Add docker-compose configuration for Libation service

This commit is contained in:
2025-11-21 19:11:23 -05:00
parent 74db523348
commit ccc580c520

View File

@@ -0,0 +1,15 @@
# libation - for editing drm audio files to normal
---
version: "2.1"
services:
libation:
image: rmcrackan/libation
container_name: libation
environment:
- SLEEP_TIME=10m # 10m or -1 for scan 1 and download stop
volumes:
- /docker-containers/libation/config:/config
- /Books/test:/data
- /unsorted/libation:/tmp
restart: always