This commit is contained in:
2026-01-28 12:52:25 +00:00
commit f516ba6c8b
36 changed files with 5356 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
services:
kickback:
build: .
container_name: kickback
restart: unless-stopped
ports:
- '3000:3000'
volumes:
- ./.data:/music:rw
- ./.appdata:/appdata:rw
environment:
- NODE_ENV=production