Add Streamlit Docker auto-sync deployment

This commit is contained in:
2026-05-14 21:19:34 +02:00
parent d9f251b2fc
commit 9e4599718d
10 changed files with 291 additions and 5 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
spotify-to-tidal:
build: .
container_name: spotify-to-tidal
restart: unless-stopped
ports:
- "8501:8501"
environment:
TZ: Europe/Berlin
volumes:
- ./:/app