Interface web pour noter rapidement les films non notés sur Trakt. Enrichissement TMDB (titres/résumés FR), notation 1-10 en un clic, bouton passer, filtres, tri, pagination. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
20
docker-compose.yml
Normal file
20
docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
services:
|
||||
trakt-rater:
|
||||
image: forge.dilain.com/laurent/trakt-rater:latest
|
||||
container_name: trakt-rater
|
||||
restart: unless-stopped
|
||||
|
||||
ports:
|
||||
- "8000:8000"
|
||||
|
||||
environment:
|
||||
TRAKT_CLIENT_ID: ""
|
||||
TRAKT_CLIENT_SECRET: ""
|
||||
|
||||
# Must match the Redirect URI set in your Trakt application settings
|
||||
TRAKT_REDIRECT_URI: "http://localhost:8000/auth/callback"
|
||||
|
||||
TMDB_API_KEY: ""
|
||||
|
||||
# Random string used to sign sessions — change this
|
||||
SECRET_KEY: "change-me-to-something-random"
|
||||
Reference in New Issue
Block a user