Main Upload

This is the start upload I figured this is a way for me to easily tweak with radio DJ and get the album art
This commit is contained in:
minster586
2026-09-09 05:03:17 -04:00
parent 84c241f661
commit b9a2cc584b
11 changed files with 4151 additions and 14 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
rdj-art-app:
build: .
container_name: rdj-art-app
ports:
- "3000:3000"
environment:
# IMPORTANT: set a strong, stable secret in production (see .env / compose overrides).
# It encrypts the stored RadioDJ MySQL passwords. Changing it makes existing
# stored passwords unreadable.
APP_SECRET: ${APP_SECRET:-change-me-to-a-long-random-string}
PORT: 3000
volumes:
- ./data:/app/data
restart: unless-stopped