Move all service folders into docker-compose directory

This commit is contained in:
2025-11-27 19:24:55 -05:00
parent 2f2dc52f74
commit fb0f74d72f
141 changed files with 0 additions and 0 deletions

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