FastAPI backend + HTML/JS frontend pour parcourir et télécharger les concerts Arte Concert. Cache 6h, recherche live, historique SQLite, suivi de progression SSE, design sombre Playfair Display + Inter. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
arte-dl:
|
||||
image: forge.dilain.com/laurent/arte-dl:latest
|
||||
container_name: arte-dl
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8085:8080"
|
||||
volumes:
|
||||
- /mnt/user/data/Arte:/data/Arte
|
||||
- /mnt/user/appdata/arte-dl:/app/data
|
||||
environment:
|
||||
- TZ=Europe/Paris
|
||||
Reference in New Issue
Block a user