mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
12 lines
385 B
Bash
12 lines
385 B
Bash
# Get your API key from https://www.themoviedb.org/settings/api
|
|
TMDB_API_KEY=
|
|
# Get your API key from https://fanart.tv/get-an-api-key/
|
|
FANART_API_KEY=
|
|
# Get your TVDB API Key from https://thetvdb.com/api-information
|
|
TVDB_API_KEY=
|
|
|
|
# Tip: The information that TMDb/TVDb/Fanart.tv ask from you does not need to be real.
|
|
|
|
# Metrics configuration
|
|
METRICS_USER=admin
|
|
METRICS_PASSWORD=admin |