This commit is contained in:
2026-07-19 17:33:14 +02:00
parent 4daebed7e0
commit b50bd0c303
24 changed files with 585 additions and 5 deletions
+16
View File
@@ -0,0 +1,16 @@
# {{ ansible_managed }}
# CPU-only prebuilt image
services:
nightingale:
image: razzaru/nightingale:latest
restart: unless-stopped
ports:
- "127.0.0.1:8087:8080"
volumes:
- data:/data
- ./songs:/songs:ro
environment:
NIGHTINGALE_LIBRARY_PATH: /songs
volumes:
data: