mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
fix(tmdb-addon): update env vars
This commit is contained in:
@@ -4,3 +4,7 @@ TMDB_API_KEY=
|
||||
FANART_API_KEY=
|
||||
|
||||
# Tip: The information that TMDb and Fanart.tv ask from you does not need to be real.
|
||||
|
||||
# Metrics configuration
|
||||
METRICS_USER=admin
|
||||
METRICS_PASSWORD=
|
||||
@@ -9,8 +9,11 @@ services:
|
||||
- PORT=3232
|
||||
- TMDB_API=${TMDB_API_KEY?} # https://www.themoviedb.org/settings/api
|
||||
- FANART_API=${FANART_API_KEY?} # https://fanart.tv/get-an-api-key/
|
||||
- HOST_NAME=${TMDB_ADDON_HOSTNAME?}
|
||||
- HOST_NAME=https://${TMDB_ADDON_HOSTNAME?}
|
||||
- MONGODB_URI=mongodb://mongodb:27017/tmdb
|
||||
- MONGODB_METRICS=mongodb://mongodb:27017/tmdb_metrics
|
||||
- METRICS_USER=${METRICS_USER?}
|
||||
- METRICS_PASSWORD=${METRICS_PASSWORD?}
|
||||
- META_TTL=604800 # 1 week
|
||||
- CATALOG_TTL=86400 # 1 day
|
||||
- NO_CACHE=false # Enable cache, set to true to disable
|
||||
|
||||
Reference in New Issue
Block a user