Commit initial

This commit is contained in:
2026-04-15 17:57:12 +02:00
parent 005d8e797e
commit 55516ee10f
269 changed files with 26854 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
services:
imptune:
build: .
ports:
- "8000:8000"
volumes:
- imptune_data:/data
- ./imptune:/app/imptune
restart: unless-stopped
environment:
- DATA_DIR=/data
volumes:
imptune_data: